llvm-project/lldb/source/Plugins/ObjectFile
Sean Callanan 9a028519e8 Removed explicit NULL checks for shared pointers
and instead made us use implicit casts to bool.
This generated a warning in C++11.

<rdar://problem/11930775>

llvm-svn: 161559
2012-08-09 00:50:26 +00:00
..
ELF Ran the static analyzer on the codebase and found a few things. 2012-07-17 03:23:13 +00:00
Mach-O Removed explicit NULL checks for shared pointers 2012-08-09 00:50:26 +00:00
PECOFF Cleaned up the lldb_private::Mangled class to get rid of the tokenizing code that has bit rotted and isn't being used. Also cleaned up the API to the "lldb_private::Mangled" to always take "const ConstString &" arguments instead of both "const ConstString &" and "const char *". 2012-07-18 23:18:10 +00:00