[PATCH] D98104: Update __is_unsigned builtin to match the Standard.
Arthur O'Dwyer via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Mar 7 16:53:36 PST 2021
Quuxplusone added a comment.
LGTM now, mod the (important!) typo in the test.
================
Comment at: clang/test/SemaCXX/type-traits.cpp:1444
int t27[F(__is_signed(UnionAr))];
+ int t28[F(__is_unsigned(UnsignedEnum))];
}
----------------
s/is_unsigned/is_signed/
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98104/new/
https://reviews.llvm.org/D98104
More information about the cfe-commits
mailing list