[clang][Docs] Added release note for D142609
authorShivam Gupta <Shivam.Gupta2@amd.com>
Wed, 19 Jul 2023 09:19:43 +0000 (14:49 +0530)
committerShivam Gupta <Shivam.Gupta2@amd.com>
Wed, 19 Jul 2023 09:30:24 +0000 (15:00 +0530)
clang/docs/ReleaseNotes.rst

index 805b0f5..d09bffb 100644 (file)
@@ -441,6 +441,9 @@ Improvements to Clang's diagnostics
 - ``-Wformat`` will no longer suggest a no-op fix-it for fixing scoped enum format
   warnings. Instead, it will suggest casting the enum object to the type specified
   in the format string.
+- Clang now emits ``-Wconstant-logical-operand`` warning even when constant logical
+  operand is on left side.
+  (`#37919 <https://github.com/llvm/llvm-project/issues/37919>`_)
 
 Bug Fixes in This Version
 -------------------------