[clang-tools-extra] [clang-tidy] New option to remove arguments from the command line (PR #164344)
Félix-Antoine Constantin via cfe-commits
cfe-commits at lists.llvm.org
Sat Dec 6 09:16:45 PST 2025
felix642 wrote:
> Ah test failure is because we recently remove static-analyzer checks from default so now tidy fails by default because no checks are enabled. You should enable any check via --checks in your files or pass --allow-no-checks
Good catch, thanks for the info!
https://github.com/llvm/llvm-project/pull/164344
More information about the cfe-commits
mailing list