From b07ea8a967c5e77b42eeac9307fa006b7df87ca4 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 10 Oct 2021 22:25:33 +0200 Subject: [PATCH] clang release notes: improve the wording --- clang/docs/ReleaseNotes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ------------------------------------------------- -- 2.7.4