[PATCH] D61837: Make it possible control matcher traversal kind with ASTContext
Stephen Kelly via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun May 12 13:28:17 PDT 2019
steveire added a comment.
@klimek This includes a test for the memoization case you were interested in at EuroLLVM.
In this iteration of the API, the traversal kind is changed by using a new `traverse` matcher, which gives the user control over whether invisible/implicit nodes are skipped or not.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61837/new/
https://reviews.llvm.org/D61837
More information about the cfe-commits
mailing list