llvm-project/libcxx/test/std/strings/basic.string
Muhammad Usman Shahid 76476efd68 Rewording "static_assert" diagnostics
This patch rewords the static assert diagnostic output. Failing a
_Static_assert in C should not report that static_assert failed. This
changes the wording to be more like GCC and uses "static assertion"
when possible instead of hard coding the name. This also changes some
instances of 'static_assert' to instead be based on the token in the
source code.

Differential Revision: https://reviews.llvm.org/D129048
2022-07-25 07:22:54 -04: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 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