summaryrefslogtreecommitdiff
path: root/libcxx/test/std/strings/basic.string
AgeCommit message (Expand)Author
2018-02-08The apple versions of clang don't support deduction guides yet.Marshall Clow
2018-02-08Once more, with feeling. Spell 'clang-4.0' correctly this timeMarshall Clow
2018-02-08Clean up string's deduction guides tests. Mark old versions of clang as unsup...Marshall Clow
2018-02-08Temporarily comment out deduction guide tests while I figure out what to do w...Marshall Clow
2018-02-08Implement deduction guide for basic_string as described in P0433Marshall Clow
2018-02-07Fix PR#31454 - 'basic_string<T>::push_back() crashes if sizeof(T)>sizeof(long...Marshall Clow
2017-12-07[libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej
2017-12-04Ooops. I checked in a test for a bug I haven't fixed yet. Temporrarily commen...Marshall Clow
2017-12-04Implement P0457R2: 'String Prefix and Suffix Checking' for c++2aMarshall Clow
2017-11-21Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed ...Billy Robert O'Neal III
2017-11-15More of P0600 - '[[nodiscard]] in the Library' mark empty() as nodiscard in s...Marshall Clow
2017-11-15Tolerate [[nodiscard]] annotations in the STL. Reviewed as https://reviews.ll...Billy Robert O'Neal III
2017-09-26[libcxx] [test] Fix unused local typedef warnings.Stephan T. Lavavej
2017-09-26[libcxx] [test] Strip trailing whitespace.Stephan T. Lavavej
2017-09-07Add even more string_view tests. These found some bugs in the default paramet...Marshall Clow
2017-09-07Another missing string_view testMarshall Clow
2017-09-07Add more string_view testsMarshall Clow
2017-07-29[libcxx] [test] Change comments to say C++ instead of c++. NFC.Stephan T. Lavavej
2017-07-29[libcxx] [test] Untabify, NFC.Stephan T. Lavavej
2017-05-25Add asserts that the nullptr is maintained in string erase operations.Billy Robert O'Neal III
2017-05-08Fix possible loss of data warnings on amd64Billy Robert O'Neal III
2017-05-04Add markup for libc++ dylib availabilityMehdi Amini
2017-04-21Resolve unused local typedef warning in test.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-15Implement LWG#2761: 'basic_string should require that charT match traits::cha...Marshall Clow
2017-03-02Work around test failure on 32 bit OS XEric Fiselier
2017-02-27Remove XFAIL in implicit_deduction_guides testsSteven Wu
2017-02-17Work around Clang assertion when testing C++17 deduction guides with '-g'.Eric Fiselier
2017-02-17[libc++] Fix PR 31938 - std::basic_string constructors use non-deductible par...Eric Fiselier
2017-02-05[libcxx] [test] Strip trailing whitespace.Stephan T. Lavavej
2017-02-05[libcxx] [test] Fix Clang -Wunused-local-typedef, part 2/3.Stephan T. Lavavej
2017-02-05[libcxx] [test] Fix Clang -Wunused-local-typedef, part 1/3.Stephan T. Lavavej
2017-01-31Fix up some no-exception compile failuresMarshall Clow
2017-01-31Workaround new -Wshadow warning introduced by r293599Alex Lorenz
2017-01-31Fix PR#31779: basic_string::operator= isn't exception safe.Marshall Clow
2017-01-17Fix std::string assignment ambiguity from braced initializer lists.Eric Fiselier
2016-12-14[libcxx] [test] Fix MSVC x64 truncation warnings with 32-bit allocator size_t...Stephan T. Lavavej
2016-12-08[libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...Stephan T. Lavavej
2016-12-06[libcxx] [test] D27269: Fix MSVC x64 warning C4267 "conversion from 'size_t' ...Stephan T. Lavavej
2016-12-06[libcxx] [test] D27025: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...Stephan T. Lavavej
2016-12-06[libcxx] [test] D27022: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...Stephan T. Lavavej
2016-12-06[libcxx] [test] D27021: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...Stephan T. Lavavej
2016-11-29Protect std::string tests under libcpp-no-exceptionsRoger Ferrer Ibanez
2016-11-24Reverting wrong diffRoger Ferrer Ibanez
2016-11-24Protect std::string tests under libcpp-no-exceptionsRoger Ferrer Ibanez
2016-11-23[libcxx] [test] D27027: Strip trailing whitespace.Stephan T. Lavavej
2016-11-23[libcxx] [test] D27018: Fix MSVC warning C4018 "signed/unsigned mismatch", pa...Stephan T. Lavavej
2016-11-15Missed one of the try blocks the first time :-(. Thanks to Renato for the hea...Marshall Clow
2016-11-14Missed a test with exceptions disabled earlier. Oops.Marshall Clow