From: Sylvestre Ledru Date: Sun, 10 Oct 2021 20:25:33 +0000 (+0200) Subject: clang release notes: improve the wording X-Git-Tag: upstream/15.0.7~29041 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b07ea8a967c5e77b42eeac9307fa006b7df87ca4;p=platform%2Fupstream%2Fllvm.git clang release notes: improve the wording --- diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index e98a3fe..f32ea39 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -51,7 +51,7 @@ Major New Features Improvements to Clang's diagnostics ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -- -Wbitwise-instead-of-logical (part of -Wbool-operation) warns about use of bitwise with boolean operands which have side effects. +- -Wbitwise-instead-of-logical (part of -Wbool-operation) warns about use of bitwise operators with boolean operands which have side effects. Non-comprehensive list of changes in this release -------------------------------------------------