llvm-project/lldb/source/Host/common
Sean Callanan ddd7a2a65b Changed the bool conversion operator on ConstString
to be explicit, to prevent horrid things like

std::string a = ConstString("foo")

from taking the path ConstString -> bool -> char
-> std::string.

This fixes, among other things, ClangFunction.

<rdar://problem/15137989>

llvm-svn: 191934
2013-10-03 22:27:29 +00:00
..
CMakeLists.txt Convert to UNIX line endings. 2013-09-25 10:37:32 +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
File.cpp Fix warnings about redefined macros at the end of File.cpp 2013-08-27 18:56:27 +00:00
FileSpec.cpp Various small changes for build of LLDB on Visual Studio 2013 RC (MSVC12) 2013-09-20 22:35:22 +00:00
Host.cpp Changed the bool conversion operator on ConstString 2013-10-03 22:27:29 +00:00
Makefile
Mutex.cpp Cleanup/rearrange includes: 2013-08-28 12:14:27 +00:00
OptionParser.cpp Added some MSVC required functions in Windows.cpp. Moved MSVC specific getopt code inside its own folder. 2013-09-07 05:05:49 +00:00
ProcessRunLock.cpp MingW compilation (windows). Includes various refactoring to improve portability. 2013-08-23 12:44:05 +00:00
SocketAddress.cpp arpa/inet.h is the canonical source of htons and friends. 2013-09-25 17:53:34 +00:00
Symbols.cpp Missed a checking that should have been checked in with 186211. 2013-07-12 22:40:04 +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