[PATCH] D66397: [Diagnostics] Improve -Wxor-used-as-pow
Dávid Bolvanský via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 21 12:08:13 PDT 2019
xbolva00 added a comment.
Could the following text be acceptable?
replace expression with '0xA ^ 1' or ‘10 xor 1’ to silence this warning
(In C mode without xor macro “replace expression with '0xA ^ 1' to silence this warning”)
I am not fan of “the ‘xor’ alternative token”
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66397/new/
https://reviews.llvm.org/D66397
More information about the cfe-commits
mailing list