[clang-tools-extra] [clang-tidy] Add ClangQueryChecks config option (PR #123734)
Piotr Zegar via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 21 09:27:45 PST 2025
PiotrZSL wrote:
Additionally, consider implementing this as an "module" (like bugprone), simply implement factory that would look into config options that start with "custom-" and then parse options like: Source, Message, Language, and based on that construct checks, gain is that dependency on clang-query could be turn on/off in cmake file, and it could only result in registering or not that module. Also extending that functionality would be easier with things like TraverseMode and so on...
https://github.com/llvm/llvm-project/pull/123734
More information about the cfe-commits
mailing list