[llvm-branch-commits] [clang] 160ad51 - [clang][docs] Fix implicit-int-conversion-on-negation typos

Tobias Hieta via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Sep 8 00:39:08 PDT 2025


Author: correctmost
Date: 2025-09-08T09:40:27+02:00
New Revision: 160ad51687ccc3e78d80c94d70cb8f4e3ddd97a5

URL: https://github.com/llvm/llvm-project/commit/160ad51687ccc3e78d80c94d70cb8f4e3ddd97a5
DIFF: https://github.com/llvm/llvm-project/commit/160ad51687ccc3e78d80c94d70cb8f4e3ddd97a5.diff

LOG: [clang][docs] Fix implicit-int-conversion-on-negation typos

References to -Wimplicit-int-comparison-on-negation should be
-Wimplicit-int-conversion-on-negation instead.

Added: 
    

Modified: 
    clang/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 9400be296e7c2..f03a3273c4518 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -677,8 +677,8 @@ Improvements to Clang's diagnostics
   trigger a ``'Blue' is deprecated`` warning, which can be turned off with
   ``-Wno-deprecated-declarations-switch-case``.
 
-- Split diagnosis of implicit integer comparison on negation to a new
-  diagnostic group ``-Wimplicit-int-comparison-on-negation``, grouped under
+- Split diagnosis of implicit integer conversion on negation to a new
+  diagnostic group ``-Wimplicit-int-conversion-on-negation``, grouped under
   ``-Wimplicit-int-conversion``, so user can turn it off independently.
 
 - Improved the FixIts for unused lambda captures.


        


More information about the llvm-branch-commits mailing list