llvm-project/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop
Joe Loser 0ad9013fcd
[libc++][test] Remove unused macro in is_constructible.pass.cpp. NFC.
Test file defines `LIBCPP11_STATIC_ASSERT` but it never uses it now. It
always uses `static_assert` unconditionally. So, remove the unused
macro.
2021-10-05 10:15:24 -04:00
..
has_unique_object_representations.pass.cpp [libc++] Remove test-suite annotations for unsupported Clang versions 2021-08-20 15:05:13 -04:00
has_virtual_destructor.pass.cpp
is_abstract.pass.cpp
is_aggregate.pass.cpp [libc++] Remove _LIBCPP_HAS_NO_IS_AGGREGATE 2021-08-11 10:10:53 -04:00
is_assignable.pass.cpp
is_const.pass.cpp
is_constructible.pass.cpp [libc++][test] Remove unused macro in is_constructible.pass.cpp. NFC. 2021-10-05 10:15:24 -04:00
is_copy_assignable.pass.cpp
is_copy_constructible.pass.cpp
is_default_constructible.pass.cpp
is_destructible.pass.cpp
is_empty.pass.cpp
is_final.pass.cpp [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
is_literal_type.deprecated.fail.cpp [libcxx][type_traits] remove `std::is_literal_type` and `std::result_of` for C++20 2021-07-02 17:10:19 +00:00
is_literal_type.pass.cpp [libcxx][type_traits] remove `std::is_literal_type` and `std::result_of` for C++20 2021-07-02 17:10:19 +00:00
is_move_assignable.pass.cpp
is_move_constructible.pass.cpp
is_nothrow_assignable.pass.cpp
is_nothrow_constructible.pass.cpp
is_nothrow_copy_assignable.pass.cpp
is_nothrow_copy_constructible.pass.cpp
is_nothrow_default_constructible.pass.cpp
is_nothrow_destructible.pass.cpp
is_nothrow_move_assignable.pass.cpp
is_nothrow_move_constructible.pass.cpp
is_nothrow_swappable.pass.cpp [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
is_nothrow_swappable_with.pass.cpp [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
is_pod.pass.cpp
is_polymorphic.pass.cpp
is_scoped_enum.pass.cpp [libc++] Divorce the std Lit feature from the -std=XXX compiler flag 2021-04-12 11:55:39 -04:00
is_signed.pass.cpp [libcxx][type_traits] add tests for is_signed and is_unsigned 2021-03-16 16:36:10 +00:00
is_standard_layout.pass.cpp
is_swappable.pass.cpp [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
is_swappable_include_order.pass.cpp
is_swappable_with.pass.cpp [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04: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 [libc++] Remove workaround for broken __is_trivially_copyable on old GCC 2021-08-31 16:05:29 -04:00
is_trivially_default_constructible.pass.cpp
is_trivially_destructible.pass.cpp [libc++] Remove test-suite annotations for unsupported Clang versions 2021-08-20 15:05:13 -04:00
is_trivially_move_assignable.pass.cpp
is_trivially_move_constructible.pass.cpp
is_unsigned.pass.cpp [libcxx][type_traits] add tests for is_signed and is_unsigned 2021-03-16 16:36:10 +00:00
is_volatile.pass.cpp