llvm-project/lldb/source/Host/common
Saleem Abdulrasool 78c135942d Host: unconstify editline paramters
Although the interface to el_push should be a constant parameter (as it is on
Darwin), certain Linux distributions currently ship a header which does not
provide proper const correctness.  This causes compilation failures on Linux.
Strip the constness on the parameter, which whilst incorrect, is mostly
harmless.  The parameter will not be changed by the interface and so it is
acceptable to do this.  When distributions have updated to a more correct
declaration, it would be nice to revert this change.

Addresses PR18784.

llvm-svn: 201092
2014-02-10 16:10:42 +00:00
..
CMakeLists.txt Merging the iohandler branch back into main. 2014-01-27 23:43:24 +00:00
Condition.cpp MingW compilation (windows). Includes various refactoring to improve portability. 2013-08-23 12:44:05 +00:00
DynamicLibrary.cpp <rdar://problem/13209140> 2013-04-24 21:29:08 +00:00
Editline.cpp Host: unconstify editline paramters 2014-02-10 16:10:42 +00:00
File.cpp Fixed an issue where "command source" would not do the right thing: 2014-02-05 17:57:57 +00:00
FileSpec.cpp Expose SBPlatform through the public API. 2013-11-20 21:07:01 +00:00
Host.cpp Candidate fix for bug 18592. 2014-01-23 17:07:54 +00:00
Makefile
Mutex.cpp Cleanup/rearrange includes: 2013-08-28 12:14:27 +00:00
OptionParser.cpp Fixing the Windows build for the changes brought in from the iohandler merge. 2014-01-31 18:48:46 +00:00
ProcessRunLock.cpp MingW compilation (windows). Includes various refactoring to improve portability. 2013-08-23 12:44:05 +00:00
SocketAddress.cpp FreeBSD and NetBSD have sa_len in struct sockaddr 2013-12-09 16:07:11 +00:00
Symbols.cpp Correct a standalone debug file path 2013-11-25 20:33:56 +00:00
Terminal.cpp Cleanup/rearrange includes: 2013-08-28 12:14:27 +00:00
TimeValue.cpp Various small changes for build of LLDB on Visual Studio 2013 RC (MSVC12) 2013-09-20 22:35:22 +00:00