[PATCH] D63423: [Diagnostics] Diagnose misused xor as pow
Dávid Bolvanský via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 19 09:44:06 PDT 2019
xbolva00 added a comment.
... But I go thru codesearch and this is just one case I think.
I think we should warn in macros... In codesearch case ,they are many more true positives, then false negatives.
#define MAX_T_U32 ((2^32)-1)
Ouch.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63423/new/
https://reviews.llvm.org/D63423
More information about the cfe-commits
mailing list