commit | e90dc827e05f71f5c6a66513fd38c822dd2360a7 | [log] [tgz] |
---|---|---|
author | Jim Ingham <jingham@apple.com> | Thu Sep 03 00:03:13 2015 +0000 |
committer | Jim Ingham <jingham@apple.com> | Thu Sep 03 00:03:13 2015 +0000 |
tree | e8961ac007071f482299655b6a6b81eb59043362 | |
parent | 3a4ad61c2f78c2740cd77006e05b972beab8210b [diff] [blame] |
Fix ObjCLanguage::MethodName::GetCategory after r246616; I was just moving things around too fast... llvm-svn: 246736
diff --git a/lldb/source/Plugins/Language/ObjC/ObjCLanguage.h b/lldb/source/Plugins/Language/ObjC/ObjCLanguage.h index 70ecf90..9c69fbf 100644 --- a/lldb/source/Plugins/Language/ObjC/ObjCLanguage.h +++ b/lldb/source/Plugins/Language/ObjC/ObjCLanguage.h
@@ -75,7 +75,7 @@ bool HasCategory() { - return !GetCategory(); + return !GetCategory().IsEmpty(); } Type