[llvm-branch-commits] [clang] 9597525 - Revert "[clang][Docs] Added release note for D142609"

Tobias Hieta via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Sep 5 00:02:28 PDT 2023


Author: Takuya Shimizu
Date: 2023-09-05T09:00:46+02:00
New Revision: 9597525dc133dd05a4909ac4e2f18ee946cd5785

URL: https://github.com/llvm/llvm-project/commit/9597525dc133dd05a4909ac4e2f18ee946cd5785
DIFF: https://github.com/llvm/llvm-project/commit/9597525dc133dd05a4909ac4e2f18ee946cd5785.diff

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

The associated commit was reverted and backported in a93ca35, so this
release note line should also be removed.

This reverts commit 061e855767dbe0821d81a8d47158f468dd00ae5f.

Added: 
    

Modified: 
    clang/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 456c72451436951..b161be3a07752b5 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -477,9 +477,6 @@ 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>`_)
 - Clang contexpr evaluator now displays notes as well as an error when a constructor
   of a base class is not called in the constructor of its derived class.
 


        


More information about the llvm-branch-commits mailing list