llvm-project/libcxx/test/std/language.support/support.dynamic
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
..
alloc.errors [libcxx][test] Narrow XFAIL for tests that pass with `msvc && stdlib=msvc` 2022-01-26 12:17:45 -08:00
new.delete [clang] Correct the macOS version that supports aligned allocation 2022-07-06 15:04:53 -04:00
ptr.launder Rewording "static_assert" diagnostics 2022-07-25 07:22:54 -04:00
align_val_t.pass.cpp [SystemZ][z/OS][libcxx]: Disable align_val_t test cases on z/OS 2021-07-27 15:22:30 -04:00
destroying_delete_t.pass.cpp [libc++] Remove test-suite annotations for unsupported Clang versions 2021-08-20 15:05:13 -04:00
destroying_delete_t_declaration.pass.cpp [libc++] NFC: Fix several GCC warnings in the test suite 2020-10-30 12:48:05 -04:00
hardware_inference_size.compile.pass.cpp [libc++] Implement P0154R1 (Hardware inference size) 2022-06-23 01:31:09 +02:00
nothrow_t.fail.cpp [libc++] Remove Lit annotations for unsupported GCC versions from the test suite 2021-08-12 13:30:47 -04:00
nothrow_t.pass.cpp