llvm-project/libcxx/test/std
Marshall Clow 146c14ac33 Implement P0025R0: 'An algorithm to clamp a value between a pair of boundary values' for C++17
llvm-svn: 262871
2016-03-07 22:43:49 +00:00
..
algorithms Implement P0025R0: 'An algorithm to clamp a value between a pair of boundary values' for C++17 2016-03-07 22:43:49 +00:00
atomics Add missing license headers 2016-01-19 21:52:04 +00:00
containers non-member swap for array was mistakenly taking const ref params. Fixed and added test. Thanks to Ben Craig for the catch 2016-03-07 21:57:10 +00:00
depr Fix overload sets of strchr, strpbrk, strrchr, memchr and strstr from 2016-02-10 00:59:02 +00:00
diagnostics Fix warnings in array and assoc containers 2015-07-18 23:56:04 +00:00
experimental implement ostream_joiner. Reviewed as http://reviews.llvm.org/D16605 2016-01-28 04:14:56 +00:00
extensions Fix more issues exposed by -pedantic-errors in c++03 mode 2015-02-10 17:20:18 +00:00
input.output Minor updates to failing tests. NFC 2016-02-09 06:38:56 +00:00
iterators Mark some test XFAIL for GCC 4.9 due to missing is_trivial* traits 2016-01-20 04:59:57 +00:00
language.support Mark some test XFAIL for GCC 4.9 due to missing is_trivial* traits 2016-01-20 04:59:57 +00:00
localization [libcxx] Additional 'REQUIRE' directives for tests that require en_US.UTF-8. 2016-01-27 10:45:07 +00:00
numerics Add a bunch of missing includes in the test suite to make it more portable. Fixes bugs #26120 and #26121. Thanks to Jonathan Wakely for the reports and the patches. 2016-01-12 14:51:04 +00:00
re Add some tests to ensure that the __regex_word does not conflict with any of ctype_base's values. 2016-02-11 15:23:04 +00:00
strings Fix overload sets of strchr, strpbrk, strrchr, memchr and strstr from 2016-02-10 00:59:02 +00:00
thread Make it possible to build a no-exceptions variant of libcxx. 2015-11-10 11:41:22 +00:00
utilities Fix for PR26812: possible overflow issue in std::allocator::allocate 2016-03-03 12:04:39 +00:00
nothing_to_do.pass.cpp