llvm-project/libcxx/test/std/strings/basic.string/string.ops
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
..
string.accessors [libcxx][AIX] Switch build compiler to clang 2022-06-13 21:45:18 -04:00
string_compare [libc++][NFC] Remove some of the code duplication in the string tests 2022-08-26 21:57:42 +02:00
string_find [libc++][NFC] Remove some of the code duplication in the string tests 2022-08-26 21:57:42 +02:00
string_find.first.not.of [libc++][NFC] Remove some of the code duplication in the string tests 2022-08-26 21:57:42 +02:00
string_find.first.of [libc++][NFC] Remove some of the code duplication in the string tests 2022-08-26 21:57:42 +02:00
string_find.last.not.of [libc++][NFC] Remove some of the code duplication in the string tests 2022-08-26 21:57:42 +02:00
string_find.last.of [libc++][NFC] Remove some of the code duplication in the string tests 2022-08-26 21:57:42 +02:00
string_rfind [libc++][NFC] Remove some of the code duplication in the string tests 2022-08-26 21:57:42 +02:00
string_substr [libc++] Implement P2438R2 (std::string::substr() &&) 2022-11-02 20:28:47 +01:00