hanchenye-llvm-project/libcxx/test/std
Marshall Clow f44bd93bec Implementation of Boyer-Moore and Boyer-Moore-Horspool searchers for the LFTS.
llvm-svn: 247036
2015-09-08 17:59:09 +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 Recommit rL245802: Cleanup fancy pointer rebinding in list using __rebind_pointer. 2015-08-23 02:56:05 +00:00
depr Cleanup warnings in test/std/depr 2015-07-18 22:51:51 +00:00
diagnostics Fix warnings in array and assoc containers 2015-07-18 23:56:04 +00:00
experimental Implementation of Boyer-Moore and Boyer-Moore-Horspool searchers for the LFTS. 2015-09-08 17:59:09 +00:00
extensions Fix more issues exposed by -pedantic-errors in c++03 mode 2015-02-10 17:20:18 +00:00
input.output Fix up typos in a couple of tests; due to agressive short-circuiting, they never failed on clang or gcc, but MSVC whined. Patch by Andrew Parker. 2015-07-18 18:24:15 +00:00
iterators Suppress clang warnings in some tests 2015-08-30 22:04:20 +00:00
language.support Suppress clang warnings in some tests 2015-08-30 22:04:20 +00:00
localization Remove XFAIL in test. The bug causing it has been fixed. 2015-08-26 07:03:43 +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 implement more of N4258 - Cleaning up noexcept in the standard library. Specifically add new noexcept stuff to vector and string's move-assignment operations 2015-08-18 18:57:00 +00:00
thread Finally get the test suite passing in C++03!! 2015-08-28 05:46:17 +00:00
utilities make common_type SFINAE-friendly and support void. Patch from Agustin Berge. 2015-09-08 00:13:57 +00:00
nothing_to_do.pass.cpp