From: Shivam Gupta Date: Wed, 19 Jul 2023 09:19:43 +0000 (+0530) Subject: [clang][Docs] Added release note for D142609 X-Git-Tag: upstream/17.0.6~1186 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=061e855767dbe0821d81a8d47158f468dd00ae5f;p=platform%2Fupstream%2Fllvm.git [clang][Docs] Added release note for D142609 --- 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 -------------------------