Updated LLVM/Clang to pull in the latest ARM disassembler.

This involved minor changes to the way we report Objective-C
methods, as well as cosmetic changes and added parameters
for a variety of Clang APIs.

llvm-svn: 141437
This commit is contained in:
Sean Callanan
2011-10-07 23:18:13 +00:00
parent 883ec97115
commit 880e680fa3
10 changed files with 76 additions and 62 deletions

View File

@@ -2388,6 +2388,10 @@ ClangExpressionDeclMap::GetDecls (NameSearchContext &context, const ConstString
return;
}
// any other $__lldb names should be weeded out now
if (!::strncmp(name_unique_cstr, "$__lldb", sizeof("$__lldb") - 1))
return;
do
{