[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:37:17 PST 2026


================
@@ -114,10 +114,9 @@ Changes in existing checks
   positives on trivially copyable types with a non-public copy constructor.
 
 - Improved :doc:`readability-enum-initial-value
-  <clang-tidy/checks/readability/enum-initial-value>` check:
-
-  - The warning message now lists which enumerators are not initialized, making
-    it easier to see which specific enumerators need explicit initialization.
+  <clang-tidy/checks/readability/enum-initial-value>` check: The warning message
----------------
gamesh411 wrote:

Fixed.

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


More information about the cfe-commits mailing list