[clang-tools-extra] [clang-tidy] support query based custom check (PR #131804)

Congcong Cai via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 16 02:56:01 PDT 2025


================
@@ -104,7 +104,9 @@ Improvements to clang-tidy
   clauses. Added a ``--match-partial-fixes`` option to keep previous behavior on
   specific tests. This may break tests for users with custom out-of-tree checks
   who use :program:`check_clang_tidy.py` as-is.
-
+- :program:`clang-tidy` now supports query based custom checks by `CustomChecks`
----------------
HerrCai0907 wrote:

```suggestion

- :program:`clang-tidy` now supports query based custom checks by `CustomChecks`
```

https://github.com/llvm/llvm-project/pull/131804


More information about the cfe-commits mailing list