llvm-project/libcxx/test/std/strings/basic.string
Nikolas Klauser 628fcfd520 [libc++] Add tests for std::string default constructor and destructor
Reviewed By: ldionne, var-const, #libc, nilayvaish

Spies: nilayvaish, libcxx-commits

Differential Revision: https://reviews.llvm.org/D123129
2022-04-08 12:21:43 +02:00
..
string.access [libc++] Prepare string.{access, capacity, cons} tests for constexpr 2022-02-08 23:39:44 +01:00
string.capacity [libc++] Add back-deployment testing on arm64 macs 2022-04-07 10:15:40 -04:00
string.cons [libc++] Add tests for std::string default constructor and destructor 2022-04-08 12:21:43 +02:00
string.contains [libc++] Prepare string tests for constexpr 2022-03-19 18:48:14 +01:00
string.ends_with [libc++] Prepare string.{contains, ends_with, iterators, require, starts_with} tests for constexpr 2022-02-10 16:56:05 +01:00
string.iterators [libc++] Prepare string tests for constexpr 2022-03-19 18:48:14 +01:00
string.modifiers [libc++] Prepare string tests for constexpr 2022-03-19 18:48:14 +01:00
string.nonmembers [libc++] Implement P1165R1 (Make stateful allocator propagation more consistent) 2022-02-17 22:00:48 +01:00
string.ops [libc++] Prepare string.ops for constexpr 2022-02-11 22:31:32 +01:00
string.require [libc++] Prepare string.{contains, ends_with, iterators, require, starts_with} tests for constexpr 2022-02-10 16:56:05 +01:00
string.starts_with [libc++] Prepare string.{contains, ends_with, iterators, require, starts_with} tests for constexpr 2022-02-10 16:56:05 +01: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