[clang-tools-extra] [clang-tidy] Return error code on config parse error (PR #136167)

Carlos Galvez via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 29 12:17:14 PDT 2025


================
@@ -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));
----------------
carlosgalvezp wrote:

This formatting change seems unrelated, please revert

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


More information about the cfe-commits mailing list