Author: Shivam Gupta
Date: 2023-07-19T15:00:24+05:30
New Revision: 061e855767dbe0821d81a8d47158f468dd00ae5f

URL: 
https://github.com/llvm/llvm-project/commit/061e855767dbe0821d81a8d47158f468dd00ae5f
DIFF: 
https://github.com/llvm/llvm-project/commit/061e855767dbe0821d81a8d47158f468dd00ae5f.diff

LOG: [clang][Docs] Added release note for D142609

Added: 
    

Modified: 
    clang/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 805b0f5697f759..d09bffb0e25062 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -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
 -------------------------


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to