llvm-project/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop
Eric Fiselier 79586dca74 Make std::is_assignable tolerate references to incomplete types.
llvm-svn: 276599
2016-07-25 02:08:55 +00:00
..
has_virtual_destructor.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00
is_abstract.pass.cpp Implement the first part of P0006R0: Adopt Type Traits Variable Templates for C++17. Significantly augment the existing tests. 2015-11-01 20:24:59 +00:00
is_assignable.pass.cpp Make std::is_assignable tolerate references to incomplete types. 2016-07-25 02:08:55 +00:00
is_const.pass.cpp Add tests for the meta.unary.props that do not require a complete type. This is part of LWG#2582 2016-07-12 15:50:53 +00:00
is_constructible.pass.cpp Unbreak traits tests by handling differences between version macros in clang/apple-clang. 2016-07-20 22:53:21 +00:00
is_copy_assignable.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00
is_copy_constructible.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00
is_default_constructible.pass.cpp Unbreak traits tests by handling differences between version macros in clang/apple-clang. 2016-07-20 22:53:21 +00:00
is_destructible.pass.cpp Fix warnings in tests. 2016-06-14 03:21:49 +00:00
is_empty.pass.cpp Walter pointed out some missing includes in the tests. Fixing the includes uncovered a couple bugs in the _v type traits. Fixed those, too 2015-11-10 15:48:23 +00:00
is_final.pass.cpp Remove trailing whitespace in test suite. Approved by Marshall Clow. 2016-06-01 21:35:39 +00:00
is_literal_type.pass.cpp Walter pointed out some missing includes in the tests. Fixing the includes uncovered a couple bugs in the _v type traits. Fixed those, too 2015-11-10 15:48:23 +00:00
is_move_assignable.pass.cpp Walter pointed out some missing includes in the tests. Fixing the includes uncovered a couple bugs in the _v type traits. Fixed those, too 2015-11-10 15:48:23 +00:00
is_move_constructible.pass.cpp Walter pointed out some missing includes in the tests. Fixing the includes uncovered a couple bugs in the _v type traits. Fixed those, too 2015-11-10 15:48:23 +00:00
is_nothrow_assignable.pass.cpp Walter pointed out some missing includes in the tests. Fixing the includes uncovered a couple bugs in the _v type traits. Fixed those, too 2015-11-10 15:48:23 +00:00
is_nothrow_constructible.pass.cpp Remove trailing whitespace in test suite. Approved by Marshall Clow. 2016-06-01 21:35:39 +00:00
is_nothrow_copy_assignable.pass.cpp Walter pointed out some missing includes in the tests. Fixing the includes uncovered a couple bugs in the _v type traits. Fixed those, too 2015-11-10 15:48:23 +00:00
is_nothrow_copy_constructible.pass.cpp Walter pointed out some missing includes in the tests. Fixing the includes uncovered a couple bugs in the _v type traits. Fixed those, too 2015-11-10 15:48:23 +00:00
is_nothrow_default_constructible.pass.cpp Walter pointed out some missing includes in the tests. Fixing the includes uncovered a couple bugs in the _v type traits. Fixed those, too 2015-11-10 15:48:23 +00:00
is_nothrow_destructible.pass.cpp Fix warnings in tests. 2016-06-14 03:21:49 +00:00
is_nothrow_move_assignable.pass.cpp Walter pointed out some missing includes in the tests. Fixing the includes uncovered a couple bugs in the _v type traits. Fixed those, too 2015-11-10 15:48:23 +00:00
is_nothrow_move_constructible.pass.cpp Walter pointed out some missing includes in the tests. Fixing the includes uncovered a couple bugs in the _v type traits. Fixed those, too 2015-11-10 15:48:23 +00:00
is_nothrow_swappable.pass.cpp Don't use C++17 terse static assert. Patch from STL@microsoft.com 2016-06-22 01:10:14 +00:00
is_nothrow_swappable_with.pass.cpp Fix comment typos, strip trailing whitespace. Patch from STL@microsoft.com 2016-06-22 01:23:51 +00:00
is_pod.pass.cpp Walter pointed out some missing includes in the tests. Fixing the includes uncovered a couple bugs in the _v type traits. Fixed those, too 2015-11-10 15:48:23 +00:00
is_polymorphic.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00
is_signed.pass.cpp Add tests for the meta.unary.props that do not require a complete type. This is part of LWG#2582 2016-07-12 15:50:53 +00:00
is_standard_layout.pass.cpp Walter pointed out some missing includes in the tests. Fixing the includes uncovered a couple bugs in the _v type traits. Fixed those, too 2015-11-10 15:48:23 +00:00
is_swappable.pass.cpp Allow is_swappable to SFINAE on deleted/ambiguous swap functions 2016-07-11 19:57:13 +00:00
is_swappable_include_order.pass.cpp Fix use of terse static assert. Patch from STL@microsoft.com 2016-06-30 04:29:12 +00:00
is_swappable_with.pass.cpp Fix comment typos, strip trailing whitespace. Patch from STL@microsoft.com 2016-06-22 01:23:51 +00:00
is_trivial.pass.cpp Walter pointed out some missing includes in the tests. Fixing the includes uncovered a couple bugs in the _v type traits. Fixed those, too 2015-11-10 15:48:23 +00:00
is_trivially_assignable.pass.cpp Mark some test XFAIL for GCC 4.9 due to missing is_trivial* traits 2016-01-20 04:59:57 +00:00
is_trivially_constructible.pass.cpp Walter pointed out some missing includes in the tests. Fixing the includes uncovered a couple bugs in the _v type traits. Fixed those, too 2015-11-10 15:48:23 +00:00
is_trivially_copy_assignable.pass.cpp Mark some test XFAIL for GCC 4.9 due to missing is_trivial* traits 2016-01-20 04:59:57 +00:00
is_trivially_copy_constructible.pass.cpp Mark some test XFAIL for GCC 4.9 due to missing is_trivial* traits 2016-01-20 04:59:57 +00:00
is_trivially_copyable.pass.cpp Mark some test XFAIL for GCC 4.9 due to missing is_trivial* traits 2016-01-20 04:59:57 +00:00
is_trivially_default_constructible.pass.cpp Walter pointed out some missing includes in the tests. Fixing the includes uncovered a couple bugs in the _v type traits. Fixed those, too 2015-11-10 15:48:23 +00:00
is_trivially_destructible.pass.cpp Fix warnings in tests. 2016-06-14 03:21:49 +00:00
is_trivially_move_assignable.pass.cpp Mark some test XFAIL for GCC 4.9 due to missing is_trivial* traits 2016-01-20 04:59:57 +00:00
is_trivially_move_constructible.pass.cpp Mark some test XFAIL for GCC 4.9 due to missing is_trivial* traits 2016-01-20 04:59:57 +00:00
is_unsigned.pass.cpp Add tests for the meta.unary.props that do not require a complete type. This is part of LWG#2582 2016-07-12 15:50:53 +00:00
is_volatile.pass.cpp Add tests for the meta.unary.props that do not require a complete type. This is part of LWG#2582 2016-07-12 15:50:53 +00:00