rnk accepted this revision.
rnk added a comment.
lgtm
Please fix this case in a follow-up, though:
static const signed int gv_signed = 0xFFFFFFFF;
const signed int useit2() { return gv_signed; }
I think your `APSInt` code only works on static data member constants.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89072/new/
https://reviews.llvm.org/D89072
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits