summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/strings/basic.string/string.modifiers/string_assign
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Mark several tests as XFAIL on macosx10.7Louis Dionne2019-02-272-0/+10
* Support tests in freestandingJF Bastien2019-02-0410-10/+30
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1910-40/+30
* [libcxx] [test] Untabify, NFC.Stephan T. Lavavej2017-07-293-45/+45
* [libcxx] [test] D27027: Strip trailing whitespace.Stephan T. Lavavej2016-11-233-6/+6
* Protect exceptional paths under libcpp-no-exceptionsRoger Ferrer Ibanez2016-11-012-18/+52
* Fix shadow warnings in string_view tests. Patch from STL@microsoft.comEric Fiselier2016-10-241-11/+10
* Implement proposed resolution for LWG#2758. Reviewed as D24446. Normally, I w...Marshall Clow2016-09-241-3/+59
* Fix PR#30303 - no matching function for call to '__ptr_in_range'Marshall Clow2016-09-071-0/+9
* Fix Bug 30240 - std::string: append(first, last) error when aliasing. Add te...Marshall Clow2016-09-053-0/+47
* Implement std::string_view as described in http://wg21.link/P0254R1. Reviewed...Marshall Clow2016-07-212-0/+228
* Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macrosEric Fiselier2016-04-288-16/+21
* Implement LWG#2579: Inconsistency wrt Allocators in basic_string assignment v...Marshall Clow2016-03-091-1/+33
* 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-138-8/+35
* Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake2015-11-101-0/+1
* Implement LWG#2063, and update the issues links to point to the github genera...Marshall Clow2015-10-051-0/+6
* Walter Brown sent a list of tests which needed 'additional includes' to match...Marshall Clow2015-01-091-0/+1
* Move test into test/std subdirectory.Eric Fiselier2014-12-208-0/+660
OpenPOWER on IntegriCloud