[PATCH] D53708: [ASTImporter] Add importer specific lookup
Bruno Ricci via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 17 07:18:22 PST 2018
riccibruno added a comment.
> Exactly. And this seems to be an important feature in ASTImporter, because this makes it possible that we can chain into the redecl chain a newly imported AST node to existing and structurally equivalent > nodes. (The existing nodes are found by the lookup and then we iterate over the lookup results searching for structurally equivalent ones.)
I see. I am unfortunately not familiar at all with the ASTImporter, but thanks for clearing this up.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D53708/new/
https://reviews.llvm.org/D53708
More information about the cfe-commits
mailing list