[PATCH] D125383: [ASTMatchers][clang-tidy][NFC] Hoist 'forEachTemplateArgument' matcher into the core library

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 12 08:14:11 PDT 2022


aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.

In D125383#3509023 <https://reviews.llvm.org/D125383#3509023>, @whisperity wrote:

> In D125383#3508960 <https://reviews.llvm.org/D125383#3508960>, @aaron.ballman wrote:
>
>> Do you expect to use this matcher in a new check in the immediate future?
>
> D124446 <https://reviews.llvm.org/D124446> would like to use it.

Thanks! Then I think the only thing missing here are updates to https://github.com/llvm/llvm-project/blob/main/clang/lib/ASTMatchers/Dynamic/Registry.cpp.

LGTM with that change made.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D125383/new/

https://reviews.llvm.org/D125383



More information about the cfe-commits mailing list