[PATCH] D49840: [AST] Add MatchFinder::matchSubtree
Manuel Klimek via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 26 03:21:17 PDT 2018
klimek added a comment.
Usually we use match(anyOf(node), hasDescendant(node)). Or did I misunderstand what you want?
Repository:
rC Clang
https://reviews.llvm.org/D49840
More information about the cfe-commits
mailing list