[clang] [clang] Add hasAnyNameInVector matcher (PR #139594)
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Mon May 12 11:00:25 PDT 2025
https://github.com/AaronBallman commented:
Are there any planned in-tree uses for this matcher? We don't typically add matchers without a need in tree due to the overhead of the matcher interfaces.
If there are in-tree uses planned, then some additional work is needed: regenerate the documentation (there's a script in the docs directory) and test coverage. I don't think Registry.cpp needs to be updated though as this cannot be used via the dynamic matchers, I believe.
https://github.com/llvm/llvm-project/pull/139594
More information about the cfe-commits
mailing list