[PATCH] D111215: clang release notes: document the -Wbool-operation improvement
Sylvestre Ledru via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 6 03:03:08 PDT 2021
sylvestre.ledru added a comment.
@xbolva00 sorry but you would like
-Wbitwise-instead-of-logical (part of -Wbool-operation) warns about use of bitwise with boolean operands which have side effects
or
-Wbitwise-instead-of-logical (part of -Wbool-operation) warns about use of bitwise with boolean operands
Be aware that boolean operands might have side effects.
?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111215/new/
https://reviews.llvm.org/D111215
More information about the cfe-commits
mailing list