llvm-project/libcxx/test/std/strings/basic.string
Mark de Wever 22b5adff71 [libc++] Uses operator<=> in string.
Implements part of:
- P1614R2 The Mothership has Landed

Reviewed By: avogelsgesang, #libc, philnik

Differential Revision: https://reviews.llvm.org/D131421
2022-08-14 14:05:05 +02:00
..
string.access [libcxx][AIX] Switch build compiler to clang 2022-06-13 21:45:18 -04:00
string.capacity [libcxx][AIX] Switch build compiler to clang 2022-06-13 21:45:18 -04:00
string.cons [libcxx][AIX] Switch build compiler to clang 2022-06-13 21:45:18 -04: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 [libcxx][AIX] Switch build compiler to clang 2022-06-13 21:45:18 -04:00
string.nonmembers [libc++] Uses operator<=> in string. 2022-08-14 14:05:05 +02:00
string.ops [libcxx][AIX] Switch build compiler to clang 2022-06-13 21:45:18 -04: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++] Replace _LIBCPP_HAS_NO_CONCEPTS with _LIBCPP_STD_VER > 17. NFCI. 2022-03-13 12:32:06 -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