summaryrefslogtreecommitdiffstats
path: root/lldb/source
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2016-03-01 11:40:47 +0000
committerPavel Labath <labath@google.com>2016-03-01 11:40:47 +0000
commit109702ccb16f33a5b0305a1d1287413c9a88adca (patch)
tree024fdbf21d316b2b0f9580241d87e862e09b733b /lldb/source
parent1ac360cca44bd779ba439ab15af4863b7c800c6a (diff)
downloadbcm5719-llvm-109702ccb16f33a5b0305a1d1287413c9a88adca.tar.gz
bcm5719-llvm-109702ccb16f33a5b0305a1d1287413c9a88adca.zip
Fix warning in NSDictionary.cpp
llvm-svn: 262322
Diffstat (limited to 'lldb/source')
-rw-r--r--lldb/source/Plugins/Language/ObjC/NSDictionary.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Language/ObjC/NSDictionary.cpp b/lldb/source/Plugins/Language/ObjC/NSDictionary.cpp
index f18cd685c8c..60924faeeaa 100644
--- a/lldb/source/Plugins/Language/ObjC/NSDictionary.cpp
+++ b/lldb/source/Plugins/Language/ObjC/NSDictionary.cpp
@@ -255,7 +255,7 @@ lldb_private::formatters::NSDictionarySummaryProvider (ValueObject& valobj, Stre
static const ConstString g_Dictionary1("__NSSingleEntryDictionaryI");
if (class_name.IsEmpty())
- return nullptr;
+ return false;
if (class_name == g_DictionaryI)
{
OpenPOWER on IntegriCloud