-
Notifications
You must be signed in to change notification settings - Fork 1.7k
clang-tidy 22 outputs "Error: no checks enabled." by default #14391
Copy link
Copy link
Open
Labels
Feature: Code AnalysisRelated to integration with clang-tidy, cppcheck, cl.exe /analyze, etc.Related to integration with clang-tidy, cppcheck, cl.exe /analyze, etc.bugfixedCheck the Milestone for the release in which the fix is or will be available.Check the Milestone for the release in which the fix is or will be available.quick fixregressionA bug that didn't exist in a previous releaseA bug that didn't exist in a previous release
Milestone
Metadata
Metadata
Assignees
Labels
Feature: Code AnalysisRelated to integration with clang-tidy, cppcheck, cl.exe /analyze, etc.Related to integration with clang-tidy, cppcheck, cl.exe /analyze, etc.bugfixedCheck the Milestone for the release in which the fix is or will be available.Check the Milestone for the release in which the fix is or will be available.quick fixregressionA bug that didn't exist in a previous releaseA bug that didn't exist in a previous release
Type
Projects
Status
Done
clang-tidy 22 removed clang-analyzer-* as a default check and clang-diagnostic-* doesn't count due to llvm/llvm-project#34763 .
We can add --allow-no-checks to allow just clang-diagnostic-* to be used without it failing.