[clang-tools-extra] [clang-tidy] Add ClangQueryChecks config option (PR #123734)
Ibraim Ganiev via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 17 06:47:00 PDT 2025
olologin wrote:
Just FYI:
I have tested @DeNiCoN on our codebase in the company we work with him together (~8k Translation units), and it seems to work fine. `NOLINT(check-name)` works, .clang-tidy config inheritance works (In case some subfolders want to disable particular matchers).
Very useful feature, I hope it gets into clang-tidy at some point. At the moment we use backported patch for clang-tidy-16
https://github.com/llvm/llvm-project/pull/123734
More information about the cfe-commits
mailing list