[PATCH] D49840: [AST] Add MatchFinder::matchSubtree

Gabor Marton via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 6 07:47:30 PDT 2018


martong added a comment.

Ping.

Manuel, I still don't see how could we apply `match(anyOf(node), hasDescendant(node))` to the problem of general subtree traversal. 
(I'd like to have support for not just `decl()` but other kind of nodes too.)
Could you please advise how to move on? Also, could you please describe your specific technical arguments against this patch?


Repository:
  rC Clang

https://reviews.llvm.org/D49840





More information about the cfe-commits mailing list