We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0d94d9 commit 160ad51Copy full SHA for 160ad51
clang/docs/ReleaseNotes.rst
@@ -677,8 +677,8 @@ Improvements to Clang's diagnostics
677
trigger a ``'Blue' is deprecated`` warning, which can be turned off with
678
``-Wno-deprecated-declarations-switch-case``.
679
680
-- Split diagnosis of implicit integer comparison on negation to a new
681
- 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
682
``-Wimplicit-int-conversion``, so user can turn it off independently.
683
684
- Improved the FixIts for unused lambda captures.
0 commit comments