clang-tidy 22 removed clang-analyzer-* as a default check and clang-diagnostic-* doesn't count due to https://github.com/llvm/llvm-project/issues/34763 . We can add --allow-no-checks to allow just clang-diagnostic-* to be used without it failing.
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.