[Lldb-commits] [PATCH] D59537: Instantiate 'std' templates explicitly in the expression evaluator

Gabor Marton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Apr 29 05:01:57 PDT 2019


martong accepted this revision.
martong added a comment.
This revision is now accepted and ready to land.

In D59537#1481333 <https://reviews.llvm.org/D59537#1481333>, @teemperor wrote:

> @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.


Raphael, thank you for working on this. Looks good to me now.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59537/new/

https://reviews.llvm.org/D59537





More information about the lldb-commits mailing list