summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/strings/basic.string
Commit message (Expand)AuthorAgeFilesLines
* Implement LWG 2946, 3075 and 3076. Reviewed as https://reviews.llvm.org/D48616Marshall Clow2018-07-0225-40/+454
* [libcxx] [test] Mark the test as unsupported by apple-clang-8.1.Volodymyr Sapsai2018-05-221-1/+1
* Implement LWG3034: P0767R1 breaks previously-standard-layout typesMarshall Clow2018-03-211-0/+53
* [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
* [libcxx] [test] Fix MSVC warnings and errors.Stephan T. Lavavej2018-02-261-1/+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
* Fix PR#31454 - 'basic_string<T>::push_back() crashes if sizeof(T)>sizeof(long...Marshall Clow2018-02-071-2/+1
* [libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej2017-12-073-3/+3
* Ooops. I checked in a test for a bug I haven't fixed yet. Temporrarily commen...Marshall Clow2017-12-041-0/+2
* Implement P0457R2: 'String Prefix and Suffix Checking' for c++2aMarshall Clow2017-12-047-0/+351
* Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed ...Billy Robert O'Neal III2017-11-217-10/+10
* More of P0600 - '[[nodiscard]] in the Library' mark empty() as nodiscard in s...Marshall Clow2017-11-152-1/+31
* Tolerate [[nodiscard]] annotations in the STL. Reviewed as https://reviews.ll...Billy Robert O'Neal III2017-11-157-10/+10
* [libcxx] [test] Fix unused local typedef warnings.Stephan T. Lavavej2017-09-261-2/+2
* [libcxx] [test] Strip trailing whitespace.Stephan T. Lavavej2017-09-261-1/+1
* Add even more string_view tests. These found some bugs in the default paramet...Marshall Clow2017-09-078-0/+1416
* Another missing string_view testMarshall Clow2017-09-071-0/+74
* Add more string_view testsMarshall Clow2017-09-073-0/+909
* [libcxx] [test] Change comments to say C++ instead of c++. NFC.Stephan T. Lavavej2017-07-291-1/+1
* [libcxx] [test] Untabify, NFC.Stephan T. Lavavej2017-07-2917-224/+224
* Add asserts that the nullptr is maintained in string erase operations.Billy Robert O'Neal III2017-05-254-0/+6
* Fix possible loss of data warnings on amd64Billy Robert O'Neal III2017-05-081-8/+10
* Add markup for libc++ dylib availabilityMehdi Amini2017-05-041-0/+6
* Resolve unused local typedef warning in test.Billy Robert O'Neal III2017-04-211-1/+0
* Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the string library.Eric Fiselier2017-04-199-243/+236
* Fix PR32642 - string::insert and string::append don't work with move_iterator.Eric Fiselier2017-04-152-4/+45
* Implement LWG#2761: 'basic_string should require that charT match traits::cha...Marshall Clow2017-03-151-0/+18
* Work around test failure on 32 bit OS XEric Fiselier2017-03-021-6/+13
* 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-052-2/+6
* 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 x64 truncation warnings with 32-bit allocator size_t...Stephan T. Lavavej2016-12-141-1/+1
* [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
OpenPOWER on IntegriCloud