commit | c1535187de67e4ce48053a7677c76825adcdda44 | [log] [tgz] |
---|---|---|
author | Sean Callanan <scallanan@apple.com> | Fri Oct 07 23:18:13 2011 +0000 |
committer | Sean Callanan <scallanan@apple.com> | Fri Oct 07 23:18:13 2011 +0000 |
tree | 1a5e1635705ef8ef493d9214fa2aad74cdbd5826 | |
parent | 659758ac74ae47e3237cc38dd56e5efae2261b25 [diff] [blame] |
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. git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@141437 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Expression/ClangExpressionDeclMap.cpp b/source/Expression/ClangExpressionDeclMap.cpp index 42c6f7a..368bbe6 100644 --- a/source/Expression/ClangExpressionDeclMap.cpp +++ b/source/Expression/ClangExpressionDeclMap.cpp
@@ -2388,6 +2388,10 @@ return; } + + // any other $__lldb names should be weeded out now + if (!::strncmp(name_unique_cstr, "$__lldb", sizeof("$__lldb") - 1)) + return; do {