llvm-project/lldb/source/Plugins
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
..
ABI <rdar://problem/11275622> 2012-07-31 23:39:10 +00:00
Disassembler/llvm Changed the Opcode::GetData() API so that it didn't 2012-08-07 01:44:58 +00:00
DynamicLoader Removed explicit NULL checks for shared pointers 2012-08-09 00:50:26 +00:00
Instruction/ARM Ran the static analyzer on the codebase and found a few things. 2012-07-17 03:23:13 +00:00
LanguageRuntime <rdar://problem/11672978> Fixing an issue where an ObjC object might come out without a description because the expression used to obtain it would timeout before running to completion 2012-07-16 23:10:35 +00:00
ObjectContainer <rdar://problem/11358639> 2012-05-08 01:45:38 +00:00
ObjectFile Removed explicit NULL checks for shared pointers 2012-08-09 00:50:26 +00:00
OperatingSystem/Darwin-Kernel Fix comment typeo. 2012-05-16 00:36:41 +00:00
Platform Ran the static analyzer on the codebase and found a few things. 2012-07-17 03:23:13 +00:00
Process Removed explicit NULL checks for shared pointers 2012-08-09 00:50:26 +00:00
SymbolFile Removed explicit NULL checks for shared pointers 2012-08-09 00:50:26 +00:00
SymbolVendor/MacOSX Ran the static analyzer on the codebase and found a few things. 2012-07-17 03:23:13 +00:00
UnwindAssembly Change UnwindAssemblyInstEmulation::GetNonCallSiteUnwindPlanFromAssembly so it records 2012-07-17 01:57:24 +00:00
Makefile Enable building the POSIX-DYLD dynamic loader plug-in in the Makefile build since it can be used for remote debugging. 2012-04-05 17:43:02 +00:00