[Lldb-commits] [PATCH] D54863: [ASTImporter] Set MustBuildLookupTable on PrimaryContext
Gabor Marton via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Nov 26 09:12:57 PST 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL347575: [ASTImporter] Set MustBuildLookupTable on PrimaryContext (authored by martong, committed by ).
Herald added a subscriber: llvm-commits.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D54863/new/
https://reviews.llvm.org/D54863
Files:
lldb/trunk/source/Symbol/ClangASTImporter.cpp
Index: lldb/trunk/source/Symbol/ClangASTImporter.cpp
===================================================================
--- lldb/trunk/source/Symbol/ClangASTImporter.cpp
+++ lldb/trunk/source/Symbol/ClangASTImporter.cpp
@@ -1050,7 +1050,7 @@
TagDecl *to_tag_decl = dyn_cast<TagDecl>(to);
to_tag_decl->setHasExternalLexicalStorage();
- to_tag_decl->setMustBuildLookupTable();
+ to_tag_decl->getPrimaryContext()->setMustBuildLookupTable();
if (log)
log->Printf(
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54863.175283.patch
Type: text/x-patch
Size: 493 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20181126/f9f99e72/attachment.bin>
More information about the lldb-commits
mailing list