clang release notes: document the -Wbool-operation improvement

Reviewed By: xbolva00

Differential Revision: https://reviews.llvm.org/D111215
This commit is contained in:
Sylvestre Ledru 2021-10-10 21:28:24 +02:00
parent 62abc1842b
commit 9c8f950a04
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.
Non-comprehensive list of changes in this release
-------------------------------------------------