llvm-project/libcxx/test/std/utilities/optional/optional.object
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
..
optional.object.assign [libc++] Remove Lit annotations for unsupported GCC versions from the test suite 2021-08-12 13:30:47 -04:00
optional.object.ctor Rewording "static_assert" diagnostics 2022-07-25 07:22:54 -04:00
optional.object.dtor [libcxx][optional] adds missing constexpr operations 2021-06-10 05:52:47 +00:00
optional.object.mod [libcxx][optional] adds missing constexpr operations 2021-06-10 05:52:47 +00:00
optional.object.observe [runtimes] Simplify how we specify XFAIL & friends based on the triple 2021-07-01 14:03:30 -04:00
optional.object.swap [libc++] Remove Lit annotations for unsupported GCC versions from the test suite 2021-08-12 13:30:47 -04:00
optional_requires_destructible_object.fail.cpp Rewording "static_assert" diagnostics 2022-07-25 07:22:54 -04:00
special_members.pass.cpp
triviality.pass.cpp
types.pass.cpp