llvm-project/libcxx/test/std/strings
Nikolas Klauser 29378ab24b [libc++] Implement P2438R2 (std::string::substr() &&)
This doesn't affect our ABI because `std::string::substr()` isn't in the dylib and the mangling of `substr() const` and `substr() const&` are different.

Reviewed By: ldionne, Mordante, var-const, avogelsgesang, #libc

Spies: arphaman, huixie90, libcxx-commits

Differential Revision: https://reviews.llvm.org/D131668
2022-11-02 20:28:47 +01:00
..
basic.string [libc++] Implement P2438R2 (std::string::substr() &&) 2022-11-02 20:28:47 +01:00
basic.string.hash [libc++] Enable hash only for the correct types 2022-08-26 17:40:23 +02:00
basic.string.literals [libc++] Remove noexcept specifier from operator""s 2022-09-02 21:37:32 +02:00
c.strings [libc++][cuchar] Declare std::c8rtomb and std::mbrtoc8 in <cuchar> if available. 2022-09-10 21:10:33 -04:00
char.traits [NFC][libc++] char_traits code cleanups. 2022-08-31 22:18:10 +02:00
string.classes [libc++][test] Use TEST_HAS_NO_CHAR8_T to simplify #ifdefs. NFCI. 2022-08-25 21:09:10 -06:00
string.conversions Tests ignore the return value of sto{meow}, triggering nodiscard warnings in MS STL 2022-07-16 19:46:34 +02:00
string.view [libc++] Suppress -Wctad-maybe-unsupported on types w/o deduction guides 2022-10-03 14:05:08 -04:00
strings.erasure [libc++][NFC] Fix minor errors and inconsistencies in the test suite 2021-08-20 12:14:24 -04:00
strings.general [libc++] Remove "// -*- C++ -*-" comments from all .cpp files. NFCI. 2021-10-01 12:06:59 -04:00