llvm-project/libcxx/test/std/utilities/meta/meta.unary
Tomas Matheson 64595f9b84 [libcxx][type_traits] add tests for is_signed and is_unsigned
In previous versions of clang, __is_signed and __is_unsigned builtins did not
correspond to is_signed and is_unsigned behaviour for enums.  The builtins were
fixed in D67897 and D98104.

* Disable the fast path of is_unsigned for clang versions < 13

* Add more tests for is_signed, is_unsigned and is_arithmetic

Differential Revision: https://reviews.llvm.org/D97283
2021-03-16 16:36:10 +00:00
..
meta.unary.cat [libc++] Remove some workarounds for missing variadic templates 2020-09-17 11:05:39 -04:00
meta.unary.comp [libcxx][type_traits] add tests for is_signed and is_unsigned 2021-03-16 16:36:10 +00:00
meta.unary.prop [libcxx][type_traits] add tests for is_signed and is_unsigned 2021-03-16 16:36:10 +00:00