forked from OSchip/llvm-project
clang release notes: document the -Wbool-operation improvement
Reviewed By: xbolva00 Differential Revision: https://reviews.llvm.org/D111215
This commit is contained in:
parent
62abc1842b
commit
9c8f950a04
clang/docs
|
@ -51,7 +51,7 @@ Major New Features
|
||||||
Improvements to Clang's diagnostics
|
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
|
Non-comprehensive list of changes in this release
|
||||||
-------------------------------------------------
|
-------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue