From 061e855767dbe0821d81a8d47158f468dd00ae5f Mon Sep 17 00:00:00 2001 From: Shivam Gupta Date: Wed, 19 Jul 2023 14:49:43 +0530 Subject: [PATCH] [clang][Docs] Added release note for D142609 --- clang/docs/ReleaseNotes.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 805b0f5..d09bffb 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 `_) Bug Fixes in This Version ------------------------- -- 2.7.4