Performance improvements to the IsObjCNil () - we only try to resolve the value if...
authorEnrico Granata <egranata@apple.com>
Fri, 15 Mar 2013 23:33:15 +0000 (23:33 +0000)
committerEnrico Granata <egranata@apple.com>
Fri, 15 Mar 2013 23:33:15 +0000 (23:33 +0000)
commit7277d201a9d78851c7de46317e9dbb7a52d2ab71
tree2cf3092f10a1fd2297ea8fdc0bacf6bc080c9ee5
parent7b641e97ed04a0d7cdcdad4b423190747af90ec9
Performance improvements to the IsObjCNil () - we only try to resolve the value if the variable under consideration truly is an “Objective-C thing”
This also changes the ClangASTContext to make sure that id is correctly marked as being such an ObjC thing

llvm-svn: 177203
lldb/source/Core/ValueObject.cpp
lldb/source/Symbol/ClangASTContext.cpp