================ @@ -337,8 +337,7 @@ Allow empty enabled checks. This suppresses the "no checks enabled" error when disabling all of the checks. )"), - cl::init(false), - cl::cat(ClangTidyCategory)); + cl::init(false), cl::cat(ClangTidyCategory)); ---------------- galenelias wrote:
Oops, sorry. It would be nice if the files were 'clang-format clean' as I am used to a flow where I can just run `clang-format -i` on all my modified files to ensure I'm following the formatting guidelines. That is unfortunately not the case here. https://github.com/llvm/llvm-project/pull/136167 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits