llvm-project/libcxx/test/std/strings/basic.string
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.access [libc++][NFC] Remove some of the code duplication in the string tests 2022-08-26 21:57:42 +02:00
string.capacity [libc++][NFC] Fix incorrect main signatures in tests 2022-10-12 16:47:32 -04:00
string.cons [libc++] Implement P2438R2 (std::string::substr() &&) 2022-11-02 20:28:47 +01:00
string.contains [libc++] Implement P0980R1 (constexpr std::string) 2022-04-27 12:25:34 +02:00
string.ends_with [libc++] Implement P0980R1 (constexpr std::string) 2022-04-27 12:25:34 +02:00
string.iterators [libcxx][AIX] Switch build compiler to clang 2022-06-13 21:45:18 -04:00
string.modifiers [libc++] Add test for bug that had been introduced in D98573 and fixed in D119633 2022-10-12 15:05:04 -04:00
string.nonmembers [libc++][NFC] Remove some of the code duplication in the string tests 2022-08-26 21:57:42 +02:00
string.ops [libc++] Implement P2438R2 (std::string::substr() &&) 2022-11-02 20:28:47 +01:00
string.require [libcxx][AIX] Switch build compiler to clang 2022-06-13 21:45:18 -04:00
string.starts_with [libc++] Implement P0980R1 (constexpr std::string) 2022-04-27 12:25:34 +02:00
allocator_mismatch.verify.cpp [libc++] Tidy up tests for deduction guides and other compile-time failing properties in std::string 2022-04-05 10:52:52 -04:00
char.bad.verify.cpp Rewording "static_assert" diagnostics 2022-07-25 07:22:54 -04:00
range_concept_conformance.compile.pass.cpp [libc++] Make <ranges> non-experimental 2022-08-18 16:59:58 -04:00
test_traits.h [libc++] NFC: Normalize `#endif //` comment indentation 2021-04-20 12:03:32 -04:00
traits_mismatch.verify.cpp [libc++] Tidy up tests for deduction guides and other compile-time failing properties in std::string 2022-04-05 10:52:52 -04:00
types.pass.cpp