Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| clang/docs/ReleaseNotes.rst | ||
|---|---|---|
| 54 | -Wbitwise-instead-of-logical (part of -Wbool-operation) warns … ? | |
One small comment about side effects, otherwise LG.
Please wait a +-day for potentional review comments.
| clang/docs/ReleaseNotes.rst | ||
|---|---|---|
| 54 | I think we should mention that with boolean operands which have side effects. | |
@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.
?
| clang/docs/ReleaseNotes.rst | ||
|---|---|---|
| 54 | s/use of bitwise with/use of bitwise operators with/ | |
-Wbitwise-instead-of-logical (part of -Wbool-operation) warns …
?