.. |
alignment_of.pass.cpp
|
Fixing whitespace problems
|
2010-08-22 00:59:46 +00:00 |
extent.pass.cpp
|
Fixing whitespace problems
|
2010-08-22 00:59:46 +00:00 |
has_copy_assign.pass.cpp
|
Working the type_traits area: Hooked up to clang's __is_union. Got has_trivial_copy_assign working.
|
2010-09-06 19:10:31 +00:00 |
has_copy_constructor.pass.cpp
|
Wiped out some non-ascii characters that snuck into the copyright.
|
2010-05-11 21:36:01 +00:00 |
has_default_constructor.pass.cpp
|
Made a stab at has_default_constructor. Got it mostly working for g++-4.0, but only works for scalar types on clang. Ultimately this needs a compiler-supported is_constructible which clang is missing, and won't be able to use until it gets variadic templates.
|
2010-09-07 17:47:31 +00:00 |
has_move_assign.pass.cpp
|
Wiped out some non-ascii characters that snuck into the copyright.
|
2010-05-11 21:36:01 +00:00 |
has_move_constructor.pass.cpp
|
Wiped out some non-ascii characters that snuck into the copyright.
|
2010-05-11 21:36:01 +00:00 |
has_nothrow_copy_assign.pass.cpp
|
Fixing whitespace problems
|
2010-08-22 00:59:46 +00:00 |
has_nothrow_copy_constructor.pass.cpp
|
Fixing whitespace problems
|
2010-08-22 00:59:46 +00:00 |
has_nothrow_default_constructor.pass.cpp
|
Made a stab at has_default_constructor. Got it mostly working for g++-4.0, but only works for scalar types on clang. Ultimately this needs a compiler-supported is_constructible which clang is missing, and won't be able to use until it gets variadic templates.
|
2010-09-07 17:47:31 +00:00 |
has_nothrow_move_assign.pass.cpp
|
Wiped out some non-ascii characters that snuck into the copyright.
|
2010-05-11 21:36:01 +00:00 |
has_nothrow_move_constructor.pass.cpp
|
Wiped out some non-ascii characters that snuck into the copyright.
|
2010-05-11 21:36:01 +00:00 |
has_trivial_copy_assign.pass.cpp
|
Working the type_traits area: Hooked up to clang's __is_union. Got has_trivial_copy_assign working.
|
2010-09-06 19:10:31 +00:00 |
has_trivial_copy_constructor.pass.cpp
|
has_trivial_copy_constructor hooked up to clang. Filed http://llvm.org/bugs/show_bug.cgi?id=8105 to take care of void, arrays of incomplete bounds and complete bounds which don't work yet. If there is some reason we don't want to handle these types in the compiler, I can handle them in the library.
|
2010-09-07 20:31:18 +00:00 |
has_trivial_default_constructor.pass.cpp
|
has_trivial_default_constructor hooked up to clang. Filed http://llvm.org/bugs/show_bug.cgi?id=8097 to take care of void and arrays of incomplete types which don't work yet. If there is some reasons we don't want to handle these types in the compiler, I can handle them in the library.
|
2010-09-07 15:53:26 +00:00 |
has_trivial_destructor.pass.cpp
|
Fixing whitespace problems
|
2010-08-22 00:59:46 +00:00 |
has_trivial_move_assign.pass.cpp
|
Wiped out some non-ascii characters that snuck into the copyright.
|
2010-05-11 21:36:01 +00:00 |
has_trivial_move_constructor.pass.cpp
|
Wiped out some non-ascii characters that snuck into the copyright.
|
2010-05-11 21:36:01 +00:00 |
has_virtual_destructor.pass.cpp
|
Fixing whitespace problems
|
2010-08-22 00:59:46 +00:00 |
is_abstract.pass.cpp
|
Fixing whitespace problems
|
2010-08-22 00:59:46 +00:00 |
is_const.pass.cpp
|
Fixing whitespace problems
|
2010-08-22 00:59:46 +00:00 |
is_constructible.pass.cpp
|
Fixing whitespace problems
|
2010-08-22 00:59:46 +00:00 |
is_empty.pass.cpp
|
Fixing whitespace problems
|
2010-08-22 00:59:46 +00:00 |
is_literal_type.pass.cpp
|
Fixing whitespace problems
|
2010-08-22 00:59:46 +00:00 |
is_nothrow_constructible.pass.cpp
|
Fixing whitespace problems
|
2010-08-22 00:59:46 +00:00 |
is_pod.pass.cpp
|
Fixing whitespace problems
|
2010-08-22 00:59:46 +00:00 |
is_polymorphic.pass.cpp
|
Fixing whitespace problems
|
2010-08-22 00:59:46 +00:00 |
is_signed.pass.cpp
|
Fixing whitespace problems
|
2010-08-22 00:59:46 +00:00 |
is_standard_layout.pass.cpp
|
Fixing whitespace problems
|
2010-08-22 00:59:46 +00:00 |
is_trivial.pass.cpp
|
Fixing whitespace problems
|
2010-08-22 00:59:46 +00:00 |
is_trivialially_copyable.pass.cpp
|
Fixing whitespace problems
|
2010-08-22 00:59:46 +00:00 |
is_unsigned.pass.cpp
|
Fixing whitespace problems
|
2010-08-22 00:59:46 +00:00 |
is_volatile.pass.cpp
|
Fixing whitespace problems
|
2010-08-22 00:59:46 +00:00 |
rank.pass.cpp
|
Fixing whitespace problems
|
2010-08-22 00:59:46 +00:00 |