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

Congcong Cai via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 27 15:20:34 PDT 2025


HerrCai0907 wrote:

> > It would feel safer if the custom check was passed via command-line instead, similar to --config
> 
> But then you will not be able to properly disable such checks for subfolders (modules) of some huge project, right?

it can be done by checks.

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


More information about the cfe-commits mailing list