summaryrefslogtreecommitdiff
path: root/libcxx/test/std/strings/basic.string/string.ops
AgeCommit message (Expand)Author
2025-09-25[libc++] Fold __search_substring into _Traits::find in case the second string...Nikolas Klauser
2025-09-25[libc++][string] P3044R2: sub-`string_view` from `string` (#147095)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++] Apply clang formatting to all string unit testsBrendan Emery
2023-06-13[libc++] Mark slow tests as unsupported on GCCLouis Dionne
2023-01-09[libc++][test] Make some string tests MSVC-friendlyCasey Carter
2022-12-01[libc++][NFC] Avoid most-vexing parseLouis Dionne
2022-11-29[libc++] Don't pass the allocator in substr()Nikolas Klauser
2022-11-02[libc++] Implement P2438R2 (std::string::substr() &&)Nikolas Klauser
2022-08-26[libc++][NFC] Remove some of the code duplication in the string testsNikolas Klauser
2022-06-13[libcxx][AIX] Switch build compiler to clangJake Egan
2022-04-27[libc++] Implement P0980R1 (constexpr std::string)Nikolas Klauser
2022-02-11[libc++] Prepare string.ops for constexprNikolas Klauser
2021-02-09[libc++] Add `noexcept` to `string::find` and similar members.zoecarver
2020-04-10[libc++] NFC: Clean up a lot of old Lit featuresLouis Dionne
2020-04-03[libc++] Remove useless nothing_to_do.pass.cpp testsLouis Dionne
2019-10-22[libcxx][test][NFC] Fix comment typos.Stephan T. Lavavej
2019-05-31Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow
2019-02-27[libc++] Mark several tests as XFAIL on macosx10.7Louis 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-11-21Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed ...Billy Robert O'Neal III
2017-11-15Tolerate [[nodiscard]] annotations in the STL. Reviewed as https://reviews.ll...Billy Robert O'Neal III
2017-09-26[libcxx] [test] Fix unused local typedef warnings.Stephan T. Lavavej
2017-09-07Add even more string_view tests. These found some bugs in the default paramet...Marshall Clow
2016-11-29Protect std::string tests under libcpp-no-exceptionsRoger Ferrer Ibanez
2016-11-24Reverting wrong diffRoger Ferrer Ibanez
2016-11-24Protect std::string tests under libcpp-no-exceptionsRoger Ferrer Ibanez
2016-11-01Protect exceptional paths under libcpp-no-exceptionsRoger Ferrer Ibanez
2016-09-24Fix a few static_asserts that need extra parens on -03Marshall Clow
2016-09-24Implement proposed resolution for LWG#2758. Reviewed as D24446. Normally, I w...Marshall Clow
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-04-28Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macrosEric Fiselier
2016-03-08Remove a couple tabs that crept inMarshall Clow
2016-03-08Implement P0272R1: Give 'std::string' a non-const '.data()' member functionMarshall Clow
2015-11-10Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake
2014-12-20Move test into test/std subdirectory.Eric Fiselier