[clang] [Clang] Separate implicit int conversion on negation sign to new diagnostic group (PR #139429)

Steven Wu via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 3 09:25:36 PDT 2025


================
@@ -352,6 +352,10 @@ Improvements to Clang's diagnostics
 - Now correctly diagnose a tentative definition of an array with static
   storage duration in pedantic mode in C. (#GH50661)
 
+- Split diagnosis of implicit integer comparison on negation to a new
+  diagnostic group ``-Wimplicit-int-comparison-on-negation``, grouped under
----------------
cachemeifyoucan wrote:

typo here: it spells `-Wimplicit-int-conversion-on-negation` in the actual implementation 

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


More information about the cfe-commits mailing list