llvm-project/libcxx/test/std
Marshall Clow e5f1288fa0 Implement LWG#2353: std::next is over-constrained
llvm-svn: 252407
2015-11-07 17:48:49 +00:00
..
algorithms Change some #ifdefs to #if - thanks to Dexon for thge catch. 2015-07-30 13:56:00 +00:00
atomics Misc drive-by cleanups. NFC 2015-08-24 21:20:07 +00:00
containers Suppress array initialization warnings in std::experimental::apply tests 2015-10-01 07:05:38 +00:00
depr Implement P0004R1 'Remove Deprecated iostreams aliases' 2015-10-29 05:43:30 +00:00
diagnostics Fix warnings in array and assoc containers 2015-07-18 23:56:04 +00:00
experimental Suppress array initialization warnings in std::experimental::apply tests 2015-10-01 07:05:38 +00:00
extensions Fix more issues exposed by -pedantic-errors in c++03 mode 2015-02-10 17:20:18 +00:00
input.output Add a test for LWG#2462: std::ios_base::failure is overspecified 2015-10-25 19:20:14 +00:00
iterators Implement LWG#2353: std::next is over-constrained 2015-11-07 17:48:49 +00:00
language.support Manually suppress -Wnonnull when it occurs in an unevaluated context 2015-10-01 07:41:07 +00:00
localization Set LC_COLLATE rather than LANG to override collation. 2015-10-23 17:56:08 +00:00
numerics Remove unneeded initialisation of fenv_t and fexcept_t. 2015-03-15 18:36:31 +00:00
re Remove task to get C++03 tests passing from TODO.txt 2015-08-30 17:58:50 +00:00
strings Split <ctype.h> out of <cctype>. 2015-10-08 20:36:30 +00:00
thread Attempt to prevent flaky thread.mutex tests by once again increasing timing tolerances 2015-10-01 08:34:37 +00:00
utilities More of P0006R0: type traits variable aliases for C++17. 2015-11-07 17:44:36 +00:00
nothing_to_do.pass.cpp