summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/strings/basic.string/string.modifiers/string_replace
Commit message (Expand)AuthorAgeFilesLines
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-313-0/+3
* [libc++] Mark several tests as XFAIL on macosx10.7Louis Dionne2019-02-277-0/+35
* Support tests in freestandingJF Bastien2019-02-0414-14/+42
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1914-56/+42
* Implement LWG 2946, 3075 and 3076. Reviewed as https://reviews.llvm.org/D48616Marshall Clow2018-07-022-0/+18
* Add more string_view testsMarshall Clow2017-09-072-0/+670
* [libcxx] [test] Untabify, NFC.Stephan T. Lavavej2017-07-293-54/+54
* Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the string library.Eric Fiselier2017-04-191-4/+2
* Work around test failure on 32 bit OS XEric Fiselier2017-03-021-6/+13
* [libcxx] [test] D27027: Strip trailing whitespace.Stephan T. Lavavej2016-11-234-7/+7
* Protect exceptional paths under libcpp-no-exceptionsRoger Ferrer Ibanez2016-11-016-54/+120
* Fix a few static_asserts that need extra parens on -03Marshall Clow2016-09-241-2/+2
* Implement proposed resolution for LWG#2758. Reviewed as D24446. Normally, I w...Marshall Clow2016-09-241-0/+6005
* Fix PR#30303 - no matching function for call to '__ptr_in_range'Marshall Clow2016-09-071-0/+14
* Fix Bug 30240 - std::string: append(first, last) error when aliasing. Add te...Marshall Clow2016-09-053-0/+48
* Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macrosEric Fiselier2016-04-2810-22/+20
* More string fixes for noexcept cases. Apparently I didn't get them all in r25...Marshall Clow2016-01-201-0/+2
* Fix up the tests I added for string exceptions to be skipped when exceptions ...Marshall Clow2016-01-201-0/+2
* Fix PR#25973 : 'basic_string::assign(InputIt, InputIt) doesn't provide the st...Marshall Clow2016-01-1311-11/+41
* Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake2015-11-105-0/+5
* Move test into test/std subdirectory.Eric Fiselier2014-12-2011-0/+11258
OpenPOWER on IntegriCloud