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 d75fb17 commit 061e855Copy full SHA for 061e855
clang/docs/ReleaseNotes.rst
@@ -441,6 +441,9 @@ Improvements to Clang's diagnostics
441
- ``-Wformat`` will no longer suggest a no-op fix-it for fixing scoped enum format
442
warnings. Instead, it will suggest casting the enum object to the type specified
443
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>`_)
447
448
Bug Fixes in This Version
449
-------------------------
0 commit comments