llvm-project/libcxx/test/std/strings/basic.string
Louis Dionne 8f7ae24782 [libc++][NFC] Fix incorrect main signatures in tests 2022-10-12 16:47:32 -04: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++][NFC] Remove some of the code duplication in the string tests 2022-08-26 21:57:42 +02: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++][NFC] Remove some of the code duplication in the string tests 2022-08-26 21:57:42 +02: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