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.
Marshall Clow
55d741c32e
Walter pointed out some missing includes in the tests. Fixing the includes uncovered a couple bugs in the _v type traits. Fixed those, too
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@252612 91177308-0d34-0410-b5e6-96231b3b80d8
|
10 years ago |
| .. |
|
array.pass.cpp
|
Move test into test/std subdirectory.
|
11 years ago |
|
class.pass.cpp
|
Get tests running with warnings. Fix warnings in headers and tests
|
11 years ago |
|
enum.pass.cpp
|
Move test into test/std subdirectory.
|
11 years ago |
|
floating_point.pass.cpp
|
Move test into test/std subdirectory.
|
11 years ago |
|
function.pass.cpp
|
[libc++] Fix PR20084 - std::is_function<void() const> failed.
|
11 years ago |
|
integral.pass.cpp
|
Move test into test/std subdirectory.
|
11 years ago |
|
is_array.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
|
10 years ago |
|
is_class.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
|
10 years ago |
|
is_enum.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
|
10 years ago |
|
is_floating_point.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
|
10 years ago |
|
is_function.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
|
10 years ago |
|
is_integral.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
|
10 years ago |
|
is_lvalue_reference.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
|
10 years ago |
|
is_member_object_pointer.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
|
10 years ago |
|
is_member_pointer.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
|
10 years ago |
|
is_null_pointer.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
|
10 years ago |
|
is_pointer.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
|
10 years ago |
|
is_rvalue_reference.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
|
10 years ago |
|
is_union.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
|
10 years ago |
|
is_void.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
|
10 years ago |
|
lvalue_ref.pass.cpp
|
Move test into test/std subdirectory.
|
11 years ago |
|
member_function_pointer.pass.cpp
|
Refactor is_member_function_pointer to use is_function and not __member_function_traits.
|
11 years ago |
|
member_function_pointer_no_variadics.pass.cpp
|
Move test into test/std subdirectory.
|
11 years ago |
|
member_object_pointer.pass.cpp
|
Move test into test/std subdirectory.
|
11 years ago |
|
nullptr.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
|
10 years ago |
|
pointer.pass.cpp
|
Move test into test/std subdirectory.
|
11 years ago |
|
rvalue_ref.pass.cpp
|
Move test into test/std subdirectory.
|
11 years ago |
|
union.pass.cpp
|
Move test into test/std subdirectory.
|
11 years ago |
|
void.pass.cpp
|
Move test into test/std subdirectory.
|
11 years ago |