llvm-project/libcxx/test/std
Eric Fiselier 60ab5bcaab Fix a typo: abreviated -> abbreviated - Patch from Kai Zhao
llvm-svn: 245538
2015-08-20 05:20:29 +00:00
..
algorithms Change some #ifdefs to #if - thanks to Dexon for thge catch. 2015-07-30 13:56:00 +00:00
atomics [libcxx] Allow use of <atomic> in C++03. Try 3. 2015-08-19 17:21:46 +00:00
containers 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
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 [libcxx] Add <experimental/any> v2. 2015-07-31 02:24:58 +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 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
language.support Fix a handful of tests that fail in C++03 2015-07-28 07:31:50 +00:00
localization Fix a typo: abreviated -> abbreviated - Patch from Kai Zhao 2015-08-20 05:20:29 +00:00
numerics Remove unneeded initialisation of fenv_t and fexcept_t. 2015-03-15 18:36:31 +00:00
re Detect and throw on a class of bad regexes that we mistakenly accepted before. Thanks to Trevor Smigiel for the report 2015-07-23 18:27:51 +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 Remove test_atomic.h header 2015-08-19 17:37:34 +00:00
utilities Cleanup unique_ptr failure tests and convert them to Clang verify 2015-08-20 01:08:03 +00:00
nothing_to_do.pass.cpp