llvm-project/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop
Marshall Clow b198e58f67 Add a test that shows what happens with throwing destructors. NFC.
llvm-svn: 344220
2018-10-11 04:07:20 +00:00
..
has_unique_object_representations.pass.cpp Fix has_unique_object_representation after Clang commit r324134. 2018-02-02 22:39:59 +00:00
has_virtual_destructor.pass.cpp
is_abstract.pass.cpp Fix PR32097 - is_abstract doesn't work on class templates. 2017-03-01 01:27:14 +00:00
is_aggregate.pass.cpp [libc++] Implement LWG 2911 - add an is_aggregate type-trait 2017-04-12 23:08:46 +00:00
is_assignable.pass.cpp [test] two small cleanups: 2018-07-09 23:45:09 +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 Add pre-C++11 is_constructible wrappers for 3 arguments 2018-01-07 16:45:11 +00:00
is_copy_assignable.pass.cpp Remove all instances of _LIBCPP_HAS_NO_RVALUE_REFERENCES from test/std/utilities 2016-10-01 10:46:01 +00:00
is_copy_constructible.pass.cpp
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
is_empty.pass.cpp Comment out failing test while I figure out who is at fault 2016-10-05 18:47:18 +00:00
is_final.pass.cpp
is_literal_type.pass.cpp [libcxx] [test] Fix comment typos, strip trailing whitespace. 2017-01-18 20:10:25 +00:00
is_move_assignable.pass.cpp Remove all instances of _LIBCPP_HAS_NO_RVALUE_REFERENCES from test/std/utilities 2016-10-01 10:46:01 +00:00
is_move_constructible.pass.cpp Remove all instances of _LIBCPP_HAS_NO_RVALUE_REFERENCES from test/std/utilities 2016-10-01 10:46:01 +00:00
is_nothrow_assignable.pass.cpp Remove all instances of _LIBCPP_HAS_NO_RVALUE_REFERENCES from test/std/utilities 2016-10-01 10:46:01 +00:00
is_nothrow_constructible.pass.cpp Remove all instances of _LIBCPP_HAS_NO_RVALUE_REFERENCES from test/std/utilities 2016-10-01 10:46:01 +00:00
is_nothrow_copy_assignable.pass.cpp
is_nothrow_copy_constructible.pass.cpp
is_nothrow_default_constructible.pass.cpp Add a test that shows what happens with throwing destructors. NFC. 2018-10-11 04:07:20 +00:00
is_nothrow_destructible.pass.cpp
is_nothrow_move_assignable.pass.cpp
is_nothrow_move_constructible.pass.cpp
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 Implement N4606 optional 2016-10-12 07:46:20 +00:00
is_pod.pass.cpp
is_polymorphic.pass.cpp
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
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
is_trivially_assignable.pass.cpp
is_trivially_constructible.pass.cpp
is_trivially_copy_assignable.pass.cpp
is_trivially_copy_constructible.pass.cpp
is_trivially_copyable.pass.cpp Update XFAIL so apple-clang-9.0 is the last version not implementing Core 2094. 2018-05-14 19:45:24 +00:00
is_trivially_default_constructible.pass.cpp
is_trivially_destructible.pass.cpp
is_trivially_move_assignable.pass.cpp
is_trivially_move_constructible.pass.cpp
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