summaryrefslogtreecommitdiff
path: root/libcxx/test/std/strings/basic.string/string.nonmembers
AgeCommit message (Expand)Author
2025-09-04[libc++][NFC] Use llvm.org/PR to link to bug reports (#156288)Nikolas Klauser
2025-05-19[libc++] Optimize std::getline (#121346)Nikolas Klauser
2025-05-06[libc++][NFC] Remove a bunch of redundant ASan existence checks (#128504)Nikolas Klauser
2025-02-23[libc++] Fix basic_string not allowing max_size() elements to be stored (#125...Nikolas Klauser
2025-02-07[libc++] Refactor strings operator+ testsNikolas Klauser
2024-07-18[libc++][strings] P2591R5: Concatenation of strings and string views (#88389)Hristo Hristov
2023-12-13[ASan][libc++] std::basic_string annotations (#72677)Tacet
2023-12-12Add `std::basic_string` test cases (#74830)Tacet
2023-09-27[libc++] Refactor string unit tests to ease addition of new allocatorsLouis Dionne
2023-09-01[libc++] Fix Lit config in `string.io`.Konstantin Varlamov
2023-09-01[libc++] Apply clang formatting to all string unit testsBrendan Emery
2023-05-25[NFC][Py Reformat] Reformat python files in libcxx/libcxxabiTobias Hieta
2023-03-21[libc++] Qualifies size_t.Mark de Wever
2023-01-06[libc++][test][NFC] revert indentation damageCasey Carter
2023-01-04[libcxx][test] fix allocator in allocator_propagation testCasey Carter
2022-08-26[libc++][NFC] Remove some of the code duplication in the string testsNikolas Klauser
2022-08-14[libc++] Uses operator<=> in string.Mark de Wever
2022-06-13[libcxx][AIX] Switch build compiler to clangJake Egan
2022-05-27[runtimes] Rename various libcpp-has-no-XYZ Lit features to just no-XYZLouis Dionne
2022-04-27[libc++] Implement P0980R1 (constexpr std::string)Nikolas Klauser
2022-02-17[libc++] Implement P1165R1 (Make stateful allocator propagation more consistent)Nikolas Klauser
2022-02-16[libc++] [test] Qualify calls to std::getline. NFCI.Arthur O'Dwyer
2022-02-16[libc++] [test] Qualify `move` as `std::move` in a lot of tests. NFCI.Arthur O'Dwyer
2022-02-14[libc++] Prepare string.nonmembers for constexprNikolas Klauser
2021-10-12[libc++] Add an option to disable wide character support in libc++Louis Dionne
2021-06-28[libc++] Remove some _LIBCPP_CXX03_LANG from iostreams headers.Arthur O'Dwyer
2020-10-27[libc++] Add a libc++ configuration that does not support localizationLouis Dionne
2020-06-03[libc++] Remove the c++98 Lit feature from the test suiteLouis Dionne
2020-04-03[libc++] Remove useless nothing_to_do.pass.cpp testsLouis Dionne
2019-05-31Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow
2019-04-05[libc++] Fix error flags and exceptions propagated from input stream operationsLouis Dionne
2019-04-02Revert "[libc++] Fix error flags and exceptions propagated from input stream ...Louis Dionne
2019-04-02[libc++] Fix error flags and exceptions propagated from input stream operationsLouis Dionne
2019-02-04Support tests in freestandingJF Bastien
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-07-02Implement LWG 2946, 3075 and 3076. Reviewed as https://reviews.llvm.org/D48616Marshall Clow
2017-07-29[libcxx] [test] Change comments to say C++ instead of c++. NFC.Stephan T. Lavavej
2017-04-19Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the string library.Eric Fiselier
2017-02-05[libcxx] [test] Fix Clang -Wunused-local-typedef, part 1/3.Stephan T. Lavavej
2016-11-23[libcxx] [test] D27027: Strip trailing whitespace.Stephan T. Lavavej
2016-07-25Make swap_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.com.Eric Fiselier
2016-07-21Implement std::string_view as described in http://wg21.link/P0254R1. Reviewed...Marshall Clow
2016-06-14Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier
2016-06-01Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier
2016-04-28Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macrosEric Fiselier
2015-07-13Implement the first part of N4258: 'Cleaning up noexcept in the Library'. Thi...Marshall Clow
2015-01-09Walter Brown sent a list of tests which needed 'additional includes' to match...Marshall Clow
2014-12-20Move test into test/std subdirectory.Eric Fiselier