diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 805b0f5697f75..d09bffb0e2506 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 -------------------------