summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/strings/basic.string/string.nonmembers
Commit message (Expand)AuthorAgeFilesLines
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-3133-0/+33
* [libc++] Fix error flags and exceptions propagated from input stream operationsLouis Dionne2019-04-053-2/+200
* Revert "[libc++] Fix error flags and exceptions propagated from input stream ...Louis Dionne2019-04-023-200/+2
* [libc++] Fix error flags and exceptions propagated from input stream operationsLouis Dionne2019-04-023-2/+200
* Support tests in freestandingJF Bastien2019-02-0444-44/+132
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1944-176/+132
* Implement LWG 2946, 3075 and 3076. Reviewed as https://reviews.llvm.org/D48616Marshall Clow2018-07-021-1/+2
* [libcxx] [test] Change comments to say C++ instead of c++. NFC.Stephan T. Lavavej2017-07-291-1/+1
* Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the string library.Eric Fiselier2017-04-197-224/+232
* [libcxx] [test] Fix Clang -Wunused-local-typedef, part 1/3.Stephan T. Lavavej2017-02-051-1/+3
* [libcxx] [test] D27027: Strip trailing whitespace.Stephan T. Lavavej2016-11-231-1/+1
* Make swap_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.com.Eric Fiselier2016-07-251-9/+6
* Implement std::string_view as described in http://wg21.link/P0254R1. Reviewed...Marshall Clow2016-07-2112-0/+840
* Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier2016-06-1429-29/+29
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-012-4/+4
* Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macrosEric Fiselier2016-04-282-6/+7
* Implement the first part of N4258: 'Cleaning up noexcept in the Library'. Thi...Marshall Clow2015-07-131-0/+31
* Walter Brown sent a list of tests which needed 'additional includes' to match...Marshall Clow2015-01-095-0/+5
* Move test into test/std subdirectory.Eric Fiselier2014-12-2032-0/+2509
OpenPOWER on IntegriCloud