[PATCH] D46940: [ASTImporter] make sure that ACtx::getParents still works
Rafael Stahl via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 8 01:58:33 PDT 2019
r.stahl abandoned this revision.
r.stahl added a comment.
Herald added a reviewer: shafik.
ASTContext::getParents should not be used this way. This use-case is solved by function-scoped ParentMaps or AnalysisDeclContext::getParentMap. Discussion: http://lists.llvm.org/pipermail/cfe-dev/2019-April/061944.html
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D46940/new/
https://reviews.llvm.org/D46940
More information about the cfe-commits
mailing list