mirror of
https://github.com/intel/llvm.git
synced 2026-01-20 01:58:44 +08:00
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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user