Skip to content

Commit 1027f17

Browse files
author
git apple-llvm automerger
committed
Merge commit '160ad51687cc' from llvm.org/release/21.x into stable/21.x
2 parents 78970e7 + 160ad51 commit 1027f17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -677,8 +677,8 @@ Improvements to Clang's diagnostics
677677
trigger a ``'Blue' is deprecated`` warning, which can be turned off with
678678
``-Wno-deprecated-declarations-switch-case``.
679679

680-
- Split diagnosis of implicit integer comparison on negation to a new
681-
diagnostic group ``-Wimplicit-int-comparison-on-negation``, grouped under
680+
- Split diagnosis of implicit integer conversion on negation to a new
681+
diagnostic group ``-Wimplicit-int-conversion-on-negation``, grouped under
682682
``-Wimplicit-int-conversion``, so user can turn it off independently.
683683

684684
- Improved the FixIts for unused lambda captures.

0 commit comments

Comments
 (0)