[PATCH] D111215: clang release notes: document the -Wbool-operation improvement
Arthur O'Dwyer via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Oct 10 12:29:54 PDT 2021
Quuxplusone added inline comments.
================
Comment at: clang/docs/ReleaseNotes.rst:54
-- ...
+- -Wbitwise-instead-of-logical (part of -Wbool-operation) warns about use of bitwise with boolean operands
----------------
xbolva00 wrote:
> I think we should mention that with boolean operands which have side effects.
s/`use of bitwise with`/`use of bitwise operators with`/
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