summaryrefslogtreecommitdiff
path: root/libcxx/test/std/strings/basic.string/string.modifiers/string_append
AgeCommit message (Expand)Author
2025-09-05[libc++][C++03] cherry-pick #125423 (#156824)Nikolas Klauser
2025-04-13[libc++][test] Test `nasty_string` in C++20 (#135338)A. Jiang
2025-02-23[libc++] Fix basic_string not allowing max_size() elements to be stored (#125...Nikolas Klauser
2024-08-01[libc++][NFC] Avoid opening namespace std in the tests (#94160)Nikolas Klauser
2024-01-25[ASan][libc++] Correct (explicit) annotation size (#79292)Tacet
2023-12-13[ASan][libc++] std::basic_string annotations (#72677)Tacet
2023-12-12Add `std::basic_string` test cases (#74830)Tacet
2023-11-26[libc++][test] Fix unused and nodiscard warnings (#73437)Stephan T. Lavavej
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-07-05[libc++][ranges] Implement the changes to `basic_string` from P1206 (`ranges:...varconst
2023-03-21[libc++] Qualifies size_t.Mark de Wever
2023-03-14[libc++] Qualifies uint32_t and friends.Mark de Wever
2023-03-07[libc++] Fixes basic_string operator& hijacking.Mark de Wever
2022-11-23[libc++] Remove default definition of std::char_traitsLouis Dionne
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-03-19[libc++] Prepare string tests for constexprNikolas Klauser
2022-02-10[libc++] Prepare string.modifiers tests for constexprNikolas Klauser
2022-01-04[libc++] Remove incorrect default constructor in cpp17_input_iteratorLouis Dionne
2021-05-02[libcxx][nfc] prefixes test type `input_iterator` with `cpp17_`Christopher Di Bella
2021-04-26[libc++] [test] Improve test_exceptions() in each string.modifiers test.Arthur O'Dwyer
2021-04-26[libc++] Remove the special logic for "noexcept iterators" in basic_string.Arthur O'Dwyer
2021-03-03[libc++] NFC: Normalize links to bug reportsLouis Dionne
2020-06-03[libc++] Remove the c++98 Lit feature from the test suiteLouis Dionne
2020-04-10[libc++] NFC: Clean up a lot of old Lit featuresLouis Dionne
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
2018-02-26[libcxx] [test] Fix MSVC warnings and errors.Stephan T. Lavavej
2018-02-07Fix PR#31454 - 'basic_string<T>::push_back() crashes if sizeof(T)>sizeof(long...Marshall Clow
2017-12-04Ooops. I checked in a test for a bug I haven't fixed yet. Temporrarily commen...Marshall Clow
2017-12-04Implement P0457R2: 'String Prefix and Suffix Checking' for c++2aMarshall Clow
2017-07-29[libcxx] [test] Untabify, NFC.Stephan T. Lavavej
2017-04-15Fix PR32642 - string::insert and string::append don't work with move_iterator.Eric Fiselier
2016-11-23[libcxx] [test] D27027: Strip trailing whitespace.Stephan T. Lavavej
2016-11-01Protect exceptional paths under libcpp-no-exceptionsRoger Ferrer Ibanez
2016-10-24Fix shadow warnings in string_view tests. Patch from STL@microsoft.comEric Fiselier
2016-10-05Add another append test for basic_stringMarshall Clow
2016-09-24Implement proposed resolution for LWG#2758. Reviewed as D24446. Normally, I w...Marshall Clow
2016-09-07Fix PR#30303 - no matching function for call to '__ptr_in_range'Marshall Clow
2016-09-05Fix Bug 30240 - std::string: append(first, last) error when aliasing. Add te...Marshall Clow
2016-07-21Implement std::string_view as described in http://wg21.link/P0254R1. Reviewed...Marshall Clow
2016-04-28Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macrosEric Fiselier
2016-01-20More string fixes for noexcept cases. Apparently I didn't get them all in r25...Marshall Clow
2016-01-20Fix up the tests I added for string exceptions to be skipped when exceptions ...Marshall Clow
2016-01-13Fix PR#25973 : 'basic_string::assign(InputIt, InputIt) doesn't provide the st...Marshall Clow