llvm-project/libcxx/test/std/utilities
Marshall Clow 8be59af1ed More of P0006R0: type traits variable aliases for C++17.
llvm-svn: 252406
2015-11-07 17:44:36 +00:00
..
allocator.adaptor Add the tests for the last commit 2015-10-25 19:53:29 +00:00
function.objects Fix LWG#2489: mem_fn() should be noexcept 2015-10-25 20:12:16 +00:00
intseq
memory Remove undefined behavior from some tests. Same pattern as the unitialized_copy tests 2015-11-02 15:29:13 +00:00
meta More of P0006R0: type traits variable aliases for C++17. 2015-11-07 17:44:36 +00:00
ratio A few bits of N2994 didn't get fully implemented a long time ago. Thanks to STL@microsoft.com for the bug report 2015-04-16 21:36:54 +00:00
template.bitset Include what we use, instead of letting them get pulled in implictly. This makes the tests work on VS. Thanks to STL for the report 2015-07-16 22:13:26 +00:00
time Implement P0092R1 for C++1z 2015-11-05 19:33:59 +00:00
tuple [libc++] Try and prevent evaluation of `is_default_constructible` on tuples default constructor if it is not needed. 2015-02-21 02:30:41 +00:00
type.index Get tests running with warnings. Fix warnings in headers and tests 2015-02-05 20:28:37 +00:00
utilities.general
utility The test I cnecked in to check the fix for PR#24890 failed (as expected) w/o the fix, but for the wrong reason. Now it fails for the right reason. 2015-09-22 18:09:13 +00:00
utility.requirements
nothing_to_do.pass.cpp