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

Stephen Kelly via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 30 01:02:13 PDT 2018


steveire added a comment.

In https://reviews.llvm.org/D49840#1176405, @klimek wrote:

> Usually we use match(anyOf(node), hasDescendant(node)). Or did I misunderstand what you want?


See http://lists.llvm.org/pipermail/cfe-dev/2018-July/058625.html for a bug that prevents this working.


Repository:
  rC Clang

https://reviews.llvm.org/D49840





More information about the cfe-commits mailing list