llvm-project/libcxx/test/std/strings/basic.string
Corentin Jabot da1609ad73 Improve the formatting of static_assert messages
Display 'static_assert failed: message' instead of
'static_assert failed "message"' to be consistent
with other implementations and be slightly more
readable.

Reviewed By: #libc, aaron.ballman, philnik, Mordante

Differential Revision: https://reviews.llvm.org/D128844
2022-06-30 23:59:21 +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 [libcxx][AIX] Switch build compiler to clang 2022-06-13 21:45:18 -04: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 Improve the formatting of static_assert messages 2022-06-30 23:59:21 +02: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