You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/test/utilities/meta/meta.unary/meta.unary.prop
Marshall Clow 2b44e3dd49 Correctly implement LWG 2049; std::is_destructible.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@213163 91177308-0d34-0410-b5e6-96231b3b80d8
11 years ago
..
__has_operator_addressof.pass.cpp Implement N3672, optional<T>. 12 years ago
has_virtual_destructor.pass.cpp license change 15 years ago
is_abstract.pass.cpp license change 15 years ago
is_assignable.pass.cpp Fixed a test that was attempting to use rvalue-references w/o checking to see if they were supported in the language. This resulted in a warning when testing using C++03. 12 years ago
is_const.pass.cpp license change 15 years ago
is_constructible.pass.cpp Correctly implement LWG 2049; std::is_destructible. 11 years ago
is_copy_assignable.pass.cpp Patch for N3655 (Transformation type traits) with Howard's additions 13 years ago
is_copy_constructible.pass.cpp Patch for N3655 (Transformation type traits) with Howard's additions 13 years ago
is_default_constructible.pass.cpp Patch for N3655 (Transformation type traits) with Howard's additions 13 years ago
is_destructible.pass.cpp Correctly implement LWG 2049; std::is_destructible. 11 years ago
is_empty.pass.cpp license change 15 years ago
is_final.pass.cpp Mark is_final as a C++14 feature. 12 years ago
is_literal_type.pass.cpp Patch for N3655 (Transformation type traits) with Howard's additions 13 years ago
is_move_assignable.pass.cpp Patch for N3655 (Transformation type traits) with Howard's additions 13 years ago
is_move_constructible.pass.cpp Patch for N3655 (Transformation type traits) with Howard's additions 13 years ago
is_nothrow_assignable.pass.cpp Patch for N3655 (Transformation type traits) with Howard's additions 13 years ago
is_nothrow_constructible.pass.cpp Patch for N3655 (Transformation type traits) with Howard's additions 13 years ago
is_nothrow_copy_assignable.pass.cpp Patch for N3655 (Transformation type traits) with Howard's additions 13 years ago
is_nothrow_copy_constructible.pass.cpp A much improved type_traits for C++0x. Not yet done: is_trivially_constructible, is_trivially_assignable and underlying_type. 15 years ago
is_nothrow_default_constructible.pass.cpp A much improved type_traits for C++0x. Not yet done: is_trivially_constructible, is_trivially_assignable and underlying_type. 15 years ago
is_nothrow_destructible.pass.cpp Correctly implement LWG 2049; std::is_destructible. 11 years ago
is_nothrow_move_assignable.pass.cpp Patch for N3655 (Transformation type traits) with Howard's additions 13 years ago
is_nothrow_move_constructible.pass.cpp A much improved type_traits for C++0x. Not yet done: is_trivially_constructible, is_trivially_assignable and underlying_type. 15 years ago
is_pod.pass.cpp license change 15 years ago
is_polymorphic.pass.cpp Patch for N3655 (Transformation type traits) with Howard's additions 13 years ago
is_signed.pass.cpp [libc++] Teach is_integral, is_[un]signed and make_[un]signed about __[u]int128_t 12 years ago
is_standard_layout.pass.cpp Patch for N3655 (Transformation type traits) with Howard's additions 13 years ago
is_trivial.pass.cpp Patch for N3655 (Transformation type traits) with Howard's additions 13 years ago
is_trivialially_copyable.pass.cpp Fix LWG Issue 2141: common_type trait produces reference types 12 years ago
is_trivially_assignable.pass.cpp Patch for N3655 (Transformation type traits) with Howard's additions 13 years ago
is_trivially_constructible.pass.cpp Patch for N3655 (Transformation type traits) with Howard's additions 13 years ago
is_trivially_copy_assignable.pass.cpp Patch for N3655 (Transformation type traits) with Howard's additions 13 years ago
is_trivially_copy_constructible.pass.cpp Hook up to the new clang __is_trivially_constructible and __is_trivially_assignable traits. Fixes r10925427 and http://llvm.org/bugs/show_bug.cgi?id=12038. 14 years ago
is_trivially_default_constructible.pass.cpp N3142. Many of these traits are just placeholders with medium quality emulation; waiting on compiler intrinsics to do it right. 15 years ago
is_trivially_destructible.pass.cpp Correctly implement LWG 2049; std::is_destructible. 11 years ago
is_trivially_move_assignable.pass.cpp Patch for N3655 (Transformation type traits) with Howard's additions 13 years ago
is_trivially_move_constructible.pass.cpp Hook up to the new clang __is_trivially_constructible and __is_trivially_assignable traits. Fixes r10925427 and http://llvm.org/bugs/show_bug.cgi?id=12038. 14 years ago
is_unsigned.pass.cpp [libc++] Teach is_integral, is_[un]signed and make_[un]signed about __[u]int128_t 12 years ago
is_volatile.pass.cpp license change 15 years ago