clang release notes: improve the wording

This commit is contained in:
Sylvestre Ledru 2021-10-10 22:25:33 +02:00
parent da7f993a8d
commit b07ea8a967
1 changed files with 1 additions and 1 deletions

View File

@ -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
-------------------------------------------------