diff options
| author | Sean Callanan <scallanan@apple.com> | 2012-09-24 22:25:51 +0000 |
|---|---|---|
| committer | Sean Callanan <scallanan@apple.com> | 2012-09-24 22:25:51 +0000 |
| commit | 3d654b30449e2dedd6e5d3f4961a724cf93860bf (patch) | |
| tree | 4634b19442525870a967bd217330e64da44f884b /lldb/source/Symbol/ClangASTImporter.cpp | |
| parent | 9f4729d3317f8f04b2e7a1e7ac36418722dc492e (diff) | |
| download | bcm5719-llvm-3d654b30449e2dedd6e5d3f4961a724cf93860bf.tar.gz bcm5719-llvm-3d654b30449e2dedd6e5d3f4961a724cf93860bf.zip | |
Brought LLDB top-of-tree into sync with LLVM/Clang
top-of-tree. Removed all local patches and llvm.zip.
The intent is that fron now on top-of-tree will
always build against LLVM/Clang top-of-tree, and
that problems building will be resolved as they
occur. Stable release branches of LLDB can be
constructed as needed and linked to specific release
branches of LLVM/Clang.
llvm-svn: 164563
Diffstat (limited to 'lldb/source/Symbol/ClangASTImporter.cpp')
| -rw-r--r-- | lldb/source/Symbol/ClangASTImporter.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lldb/source/Symbol/ClangASTImporter.cpp b/lldb/source/Symbol/ClangASTImporter.cpp index 40434384cc6..b1328aa5771 100644 --- a/lldb/source/Symbol/ClangASTImporter.cpp +++ b/lldb/source/Symbol/ClangASTImporter.cpp @@ -535,7 +535,8 @@ clang::Decl TagDecl *to_tag_decl = dyn_cast<TagDecl>(to); to_tag_decl->setHasExternalLexicalStorage(); - + to_tag_decl->setMustBuildLookupTable(); + if (log) log->Printf(" [ClangASTImporter] To is a TagDecl - attributes %s%s [%s->%s]", (to_tag_decl->hasExternalLexicalStorage() ? " Lexical" : ""), |

