summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/strings/basic.string/string.modifiers
Commit message (Expand)AuthorAgeFilesLines
* [libcxx] [test] D27027: Strip trailing whitespace.Stephan T. Lavavej2016-11-2314-26/+26
* [libcxx] [test] D26314: Fix MSVC warning C4189 "local variable is initialized...Stephan T. Lavavej2016-11-141-0/+1
* Protect exceptional paths under libcpp-no-exceptionsRoger Ferrer Ibanez2016-11-0118-163/+388
* Fix shadow warnings in string_view tests. Patch from STL@microsoft.comEric Fiselier2016-10-242-22/+20
* Add another append test for basic_stringMarshall Clow2016-10-051-0/+4
* Fix a few static_asserts that need extra parens on -03Marshall Clow2016-09-242-4/+4
* Implement proposed resolution for LWG#2758. Reviewed as D24446. Normally, I w...Marshall Clow2016-09-244-6/+7948
* Fix PR#30303 - no matching function for call to '__ptr_in_range'Marshall Clow2016-09-074-0/+40
* Fix Bug 30240 - std::string: append(first, last) error when aliasing. Add te...Marshall Clow2016-09-0512-0/+193
* Implement std::string_view as described in http://wg21.link/P0254R1. Reviewed...Marshall Clow2016-07-214-0/+435
* Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macrosEric Fiselier2016-04-2850-421/+107
* 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-204-0/+8
* Fix up the tests I added for string exceptions to be skipped when exceptions ...Marshall Clow2016-01-204-0/+8
* Fix PR#25973 : 'basic_string::assign(InputIt, InputIt) doesn't provide the st...Marshall Clow2016-01-1336-38/+150
* Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake2015-11-1014-0/+14
* 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-2053-0/+17457
OpenPOWER on IntegriCloud