summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/strings/basic.string/string.cons
Commit message (Expand)AuthorAgeFilesLines
* Implement LWG 2946, 3075 and 3076. Reviewed as https://reviews.llvm.org/D48616Marshall Clow2018-07-0211-37/+343
* [libcxx] [test] Mark the test as unsupported by apple-clang-8.1.Volodymyr Sapsai2018-05-221-1/+1
* [libcxx][test] Adding apple-clang-9 to UNSUPPORTED in iter_alloc_deduction.fa...Mike Edwards2018-03-121-1/+1
* [libcxx][test] Reverting r327178 and r327190.Mike Edwards2018-03-101-1/+2
* [libcxx][test] Marking libcpp-no-deduction-guides unsupported.Mike Edwards2018-03-101-1/+1
* XFAIL: libcpp-no-deduction-guides in libcxx/test/std/strings/basic.string/str...Mike Edwards2018-03-091-2/+1
* Add another test case to the deduction guide for basic_string.Marshall Clow2018-02-221-0/+11
* Fix test failure on compilers w/o deduction guidesEric Fiselier2018-02-151-2/+1
* The apple versions of clang don't support deduction guides yet.Marshall Clow2018-02-082-0/+2
* Once more, with feeling. Spell 'clang-4.0' correctly this timeMarshall Clow2018-02-082-2/+2
* Clean up string's deduction guides tests. Mark old versions of clang as unsup...Marshall Clow2018-02-083-58/+83
* Temporarily comment out deduction guide tests while I figure out what to do w...Marshall Clow2018-02-082-0/+3
* Implement deduction guide for basic_string as described in P0433Marshall Clow2018-02-082-0/+110
* Another missing string_view testMarshall Clow2017-09-071-0/+74
* [libcxx] [test] Untabify, NFC.Stephan T. Lavavej2017-07-295-32/+32
* Fix possible loss of data warnings on amd64Billy Robert O'Neal III2017-05-081-8/+10
* Resolve unused local typedef warning in test.Billy Robert O'Neal III2017-04-211-1/+0
* Remove XFAIL in implicit_deduction_guides testsSteven Wu2017-02-271-4/+0
* Work around Clang assertion when testing C++17 deduction guides with '-g'.Eric Fiselier2017-02-171-0/+4
* [libc++] Fix PR 31938 - std::basic_string constructors use non-deductible par...Eric Fiselier2017-02-171-0/+300
* [libcxx] [test] Strip trailing whitespace.Stephan T. Lavavej2017-02-051-3/+3
* [libcxx] [test] Fix Clang -Wunused-local-typedef, part 2/3.Stephan T. Lavavej2017-02-055-13/+0
* [libcxx] [test] Fix Clang -Wunused-local-typedef, part 1/3.Stephan T. Lavavej2017-02-051-1/+3
* Fix up some no-exception compile failuresMarshall Clow2017-01-311-11/+11
* Workaround new -Wshadow warning introduced by r293599Alex Lorenz2017-01-311-1/+1
* Fix PR#31779: basic_string::operator= isn't exception safe.Marshall Clow2017-01-311-0/+81
* Fix std::string assignment ambiguity from braced initializer lists.Eric Fiselier2017-01-172-0/+58
* [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...Stephan T. Lavavej2016-12-081-4/+4
* [libcxx] [test] D27269: Fix MSVC x64 warning C4267 "conversion from 'size_t' ...Stephan T. Lavavej2016-12-062-5/+6
* [libcxx] [test] D27022: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...Stephan T. Lavavej2016-12-061-2/+3
* [libcxx] [test] D27021: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...Stephan T. Lavavej2016-12-061-2/+3
* [libcxx] [test] D27027: Strip trailing whitespace.Stephan T. Lavavej2016-11-231-1/+1
* [libcxx] [test] D27018: Fix MSVC warning C4018 "signed/unsigned mismatch", pa...Stephan T. Lavavej2016-11-231-2/+2
* Missed one of the try blocks the first time :-(. Thanks to Renato for the hea...Marshall Clow2016-11-151-3/+13
* Missed a test with exceptions disabled earlier. Oops.Marshall Clow2016-11-141-4/+14
* Fixes for LWG 2598, 2686, 2739, 2742, 2747, and 2759, which were adopted last...Marshall Clow2016-11-141-0/+166
* Protect exceptional paths under libcpp-no-exceptionsRoger Ferrer Ibanez2016-11-011-13/+45
* Fix _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITY to always have default visibility.Eric Fiselier2016-10-311-0/+5
* Support allocators with explicit conversion constructors. Fixes bug #29000Marshall Clow2016-08-171-0/+1
* Make dtor_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.comEric Fiselier2016-07-251-1/+2
* Implement std::string_view as described in http://wg21.link/P0254R1. Reviewed...Marshall Clow2016-07-212-0/+112
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-011-2/+2
* Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macrosEric Fiselier2016-04-2820-87/+66
* Recommit r263036 with additional inlining, so that it will continue to work w...Marshall Clow2016-04-071-2/+25
* Revert r263036, it's ABI-breaking.Nico Weber2016-03-111-25/+2
* Implement LWG#2583: There is no way to supply an allocator for basic_string(s...Marshall Clow2016-03-091-2/+25
* Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake2015-11-101-0/+1
* implement more of N4258 - Cleaning up noexcept in the standard library. Speci...Marshall Clow2015-08-181-4/+52
* While applying N4258, I forgot about LWG#2455, which modified the modificatio...Marshall Clow2015-06-041-5/+0
* More of N4258 implementation. Mark all of our test_allocators as noexcept con...Marshall Clow2015-06-034-3/+56
OpenPOWER on IntegriCloud