[Lldb-commits] [PATCH] D59537: Instantiate 'std' templates explicitly in the expression evaluator
Raphael Isemann via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Sat Apr 27 03:44:20 PDT 2019
teemperor marked 2 inline comments as done.
teemperor added a comment.
@martong See D59485 <https://reviews.llvm.org/D59485> for the new ASTImporter method for registering imported decls. I created the method in the ASTImporter as the only dependency on the ASTNodeImporter is `InitializeImportedDecl` which only imports more decl attributes/flags and doesn't update any internal ASTImporter state from what I can tell.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59537/new/
https://reviews.llvm.org/D59537
More information about the lldb-commits
mailing list