llvm-project/lldb/source/Host
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
..
common Changed the bool conversion operator on ConstString 2013-10-03 22:27:29 +00:00
freebsd Enable Host::LaunchProcess on Linux 2013-08-27 20:58:59 +00:00
linux Fix OS Version reporting bug detected by TestPlatform for some Linux 3.x kernels that do not report the update version 2013-09-27 21:34:03 +00:00
macosx <rdar://problem/14701270> 2013-09-23 22:09:17 +00:00
windows 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
CMakeLists.txt Convert to UNIX line endings. 2013-09-25 10:37:32 +00:00
Makefile MingW compilation (windows). Includes various refactoring to improve portability. 2013-08-23 12:44:05 +00:00