summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/strings/basic.string/string.modifiers/string_insert
Commit message (Expand)AuthorAgeFilesLines
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-312-0/+2
* [libc++] Mark several tests as XFAIL on macosx10.7Louis Dionne2019-02-277-0/+35
* Support tests in freestandingJF Bastien2019-02-0411-11/+33
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1911-44/+33
* Implement LWG 2946, 3075 and 3076. Reviewed as https://reviews.llvm.org/D48616Marshall Clow2018-07-021-0/+9
* [libcxx] [test] Strip trailing whitespace.Stephan T. Lavavej2017-09-261-1/+1
* Add more string_view testsMarshall Clow2017-09-071-0/+239
* [libcxx] [test] Untabify, NFC.Stephan T. Lavavej2017-07-293-43/+43
* Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the string library.Eric Fiselier2017-04-191-15/+2
* Fix PR32642 - string::insert and string::append don't work with move_iterator.Eric Fiselier2017-04-151-4/+29
* [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/+1825
* Fix PR#30303 - no matching function for call to '__ptr_in_range'Marshall Clow2016-09-071-0/+8
* Fix Bug 30240 - std::string: append(first, last) error when aliasing. Add te...Marshall Clow2016-09-053-0/+49
* Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macrosEric Fiselier2016-04-288-35/+17
* 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-139-10/+38
* 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-209-0/+3569
OpenPOWER on IntegriCloud