sylvestre.ledru added a comment.
@Quuxplusone fixed, thanks
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111215/new/
https://reviews.llvm.org/D111215
___
cfe-commits mailing list
cfe-commits@lists.llvm.
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 ope
This revision was automatically updated to reflect the committed changes.
Closed by commit rG9c8f950a0400: clang release notes: document the
-Wbool-operation improvement (authored by sylvestre.ledru).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111
sylvestre.ledru updated this revision to Diff 377486.
sylvestre.ledru added a comment.
add "which have side effects"
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111215/new/
https://reviews.llvm.org/D111215
Files:
clang/docs/ReleaseNotes.rst
xbolva00 added a comment.
First form is better I think.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111215/new/
https://reviews.llvm.org/D111215
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
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 boole
xbolva00 accepted this revision.
xbolva00 added a comment.
This revision is now accepted and ready to land.
One small comment about side effects, otherwise LG.
Please wait a +-day for potentional review comments.
Comment at: clang/docs/ReleaseNotes.rst:54
-- ...
+- -Wbitwise
sylvestre.ledru updated this revision to Diff 377483.
sylvestre.ledru added a comment.
Take in account the comment
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111215/new/
https://reviews.llvm.org/D111215
Files:
clang/docs/ReleaseNotes.rst
In
xbolva00 added inline comments.
Comment at: clang/docs/ReleaseNotes.rst:54
-- ...
+- -Wbool-operation warns about use of bitwise with boolean operands
-Wbitwise-instead-of-logical (part of -Wbool-operation) warns …
?
Repository:
rG LLVM Github Monorepo
sylvestre.ledru created this revision.
sylvestre.ledru added reviewers: xbolva00, nathanchance.
sylvestre.ledru requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D111215
Files:
10 matches
Mail list logo