Update for Clang API change in r230123 -- lookup_result was always
authorChandler Carruth <chandlerc@gmail.com>
Sat, 21 Feb 2015 04:31:13 +0000 (04:31 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sat, 21 Feb 2015 04:31:13 +0000 (04:31 +0000)
commit43edccdfe13dd4d0e61188b453a1faf9176680a3
tree59d2a0e22a803d8ffe15f6a18182b9fd751362f4
parent64cfdfea5a18472f766d668c30fac7534cddeda5
Update for Clang API change in r230123 -- lookup_result was always
const, there was never a need for lookup_const_result. Now that vestigal
type is gone, so switch LLDB to lookup_result and to use the
DeclContextLookupResult rather than the Const variant.

llvm-svn: 230126
lldb/include/lldb/Expression/ClangASTSource.h
lldb/include/lldb/Symbol/ClangASTContext.h
lldb/source/Expression/ClangASTSource.cpp
lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCDeclVendor.cpp