llvm-project/libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat
Eric Fiselier 87cf92d9cb Make rvalue metaprogramming traits work in C++03.
The next step is to get move and forward working in C++03.

llvm-svn: 364053
2019-06-21 14:31:34 +00:00
..
array.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
class.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
enum.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
floating_point.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
function.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
integral.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
is_array.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
is_class.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
is_enum.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
is_floating_point.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
is_function.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
is_integral.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
is_lvalue_reference.pass.cpp Make rvalue metaprogramming traits work in C++03. 2019-06-21 14:31:34 +00:00
is_member_object_pointer.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
is_member_pointer.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
is_null_pointer.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
is_pointer.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
is_rvalue_reference.pass.cpp Make rvalue metaprogramming traits work in C++03. 2019-06-21 14:31:34 +00:00
is_union.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
is_void.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
lvalue_ref.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
member_function_pointer.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
member_function_pointer_no_variadics.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
member_object_pointer.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
nullptr.pass.cpp Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. 2019-05-31 18:35:30 +00:00
pointer.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
rvalue_ref.pass.cpp Make rvalue metaprogramming traits work in C++03. 2019-06-21 14:31:34 +00:00
union.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
void.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00