Skip to content

Commit 061e855

Browse files
committed
[clang][Docs] Added release note for D142609
1 parent d75fb17 commit 061e855

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,9 @@ Improvements to Clang's diagnostics
441441
- ``-Wformat`` will no longer suggest a no-op fix-it for fixing scoped enum format
442442
warnings. Instead, it will suggest casting the enum object to the type specified
443443
in the format string.
444+
- Clang now emits ``-Wconstant-logical-operand`` warning even when constant logical
445+
operand is on left side.
446+
(`#37919 <https://github.com/llvm/llvm-project/issues/37919>`_)
444447

445448
Bug Fixes in This Version
446449
-------------------------

0 commit comments

Comments
 (0)