[clang-tools-extra] [clang-tidy] Improve readability-enum-initial-value diagnostic message (PR #176485)

Endre Fülöp via cfe-commits cfe-commits at lists.llvm.org
Sat Jan 17 19:54:37 PST 2026


================
@@ -1,9 +1,9 @@
 BasedOnStyle: LLVM
 InsertNewlineAtEOF: true
-KeepEmptyLines:
-  AtEndOfFile: false
-  AtStartOfBlock: false
-  AtStartOfFile: false
+# KeepEmptyLines:
----------------
gamesh411 wrote:

My bad, this is completely unrelated, the clang-format I use on ubuntu24 is version 18, and this option is added in v19.
Reverted

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


More information about the cfe-commits mailing list