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

Manuel Klimek via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 30 01:30:36 PDT 2018


On Mon, Jul 30, 2018 at 10:02 AM Stephen Kelly via Phabricator <
reviews at reviews.llvm.org> wrote:

> 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.
>

Answered on the bug. I don't think that applies here.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180730/ec7f0fdc/attachment.html>


More information about the cfe-commits mailing list