This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGa7101450a42e: [ASTMatchers] Add mapAnyOf matcher (authored
by stephenkelly).
Changed prior to commit:
https://reviews.llvm.org/D94127?vs=316712&id
aaron.ballman accepted this revision.
aaron.ballman added a comment.
LGTM!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94127/new/
https://reviews.llvm.org/D94127
___
cfe-commits mailing list
cfe-commit
steveire updated this revision to Diff 316712.
steveire added a comment.
Changed the implementation a bit to make clang-query integration easier
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94127/new/
https://reviews.llvm.org/D94127
Files:
clan
aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.
LGTM!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94127/new/
https://reviews.llvm.org/D94127
__
steveire added a comment.
This is part of a series of commits. See them in context here:
https://github.com/steveire/llvm-project/commits/mapAnyOf
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94127/new/
https://reviews.llvm.org/D94127
__
steveire created this revision.
steveire added a reviewer: aaron.ballman.
steveire requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Make it possible to compose a matcher for different base nodes.
This accepts one or more node matcher functo