summaryrefslogtreecommitdiff
path: root/libcxx/test/std/strings/basic.string/string.modifiers
AgeCommit message (Expand)Author
2017-05-25Add asserts that the nullptr is maintained in string erase operations.Billy Robert O'Neal III
2017-04-19Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the string library.Eric Fiselier
2017-04-15Fix PR32642 - string::insert and string::append don't work with move_iterator.Eric Fiselier
2017-03-02Work around test failure on 32 bit OS XEric Fiselier
2016-11-23[libcxx] [test] D27027: Strip trailing whitespace.Stephan T. Lavavej
2016-11-14[libcxx] [test] D26314: Fix MSVC warning C4189 "local variable is initialized...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-24Fix a few static_asserts that need extra parens on -03Marshall 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-03-09Implement LWG#2579: Inconsistency wrt Allocators in basic_string assignment v...Marshall Clow
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
2015-11-10Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake
2015-10-05Implement LWG#2063, and update the issues links to point to the github genera...Marshall Clow
2015-01-09Walter Brown sent a list of tests which needed 'additional includes' to match...Marshall Clow
2014-12-20Move test into test/std subdirectory.Eric Fiselier