llvm-project/libcxx/test/std/strings/basic.string
Nikolas Klauser 425620ccdd [libc++] Implement P0980R1 (constexpr std::string)
Reviewed By: #libc, ldionne

Spies: daltenty, sdasgup3, ldionne, arichardson, MTC, ChuanqiXu, mehdi_amini, shauheen, antiagainst, nicolasvasilache, arpith-jacob, mgester, lucyrfox, aartbik, liufengdb, stephenneuendorffer, Joonsoo, grosul1, Kayjukh, jurahul, msifontes, tatianashp, rdzhabarov, teijeong, cota, dcaballe, Chia-hungDuan, wrengr, wenzhicui, arphaman, Mordante, miscco, Quuxplusone, smeenai, libcxx-commits

Differential Revision: https://reviews.llvm.org/D110598
2022-04-27 12:25:34 +02:00
..
string.access [libc++] Implement P0980R1 (constexpr std::string) 2022-04-27 12:25:34 +02:00
string.capacity [libc++] Implement P0980R1 (constexpr std::string) 2022-04-27 12:25:34 +02:00
string.cons [libc++] Implement P0980R1 (constexpr std::string) 2022-04-27 12:25:34 +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 [libc++] Implement P0980R1 (constexpr std::string) 2022-04-27 12:25:34 +02:00
string.modifiers [libc++] Implement P0980R1 (constexpr std::string) 2022-04-27 12:25:34 +02:00
string.nonmembers [libc++] Implement P0980R1 (constexpr std::string) 2022-04-27 12:25:34 +02:00
string.ops [libc++] Implement P0980R1 (constexpr std::string) 2022-04-27 12:25:34 +02:00
string.require [libc++] Implement P0980R1 (constexpr std::string) 2022-04-27 12:25:34 +02: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 [libc++] Tidy up tests for deduction guides and other compile-time failing properties in std::string 2022-04-05 10:52:52 -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