Revert "[clang][Docs] Added release note for D142609"
authorTakuya Shimizu <shimizu2486@gmail.com>
Mon, 4 Sep 2023 02:19:46 +0000 (11:19 +0900)
committerTobias Hieta <tobias@hieta.se>
Tue, 5 Sep 2023 07:00:46 +0000 (09:00 +0200)
The associated commit was reverted and backported in a93ca35, so this
release note line should also be removed.

This reverts commit 061e855767dbe0821d81a8d47158f468dd00ae5f.

clang/docs/ReleaseNotes.rst

index 456c7245143695134dc78dee21eda8747354198b..b161be3a07752b5161fad4bed6543bf04e84f75c 100644 (file)
@@ -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.