llvm-project/libcxx/test/std/utilities/any/any.nonmembers/any.cast
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
..
any_cast_pointer.pass.cpp [libc++] [test] Remove `using std::any{,_cast}` from std/utilities/any/. NFCI. 2022-02-16 11:00:02 -05:00
any_cast_reference.pass.cpp [libc++] [test] Remove `using std::any{,_cast}` from std/utilities/any/. NFCI. 2022-02-16 11:00:02 -05:00
any_cast_request_invalid_value_category.fail.cpp Rewording "static_assert" diagnostics 2022-07-25 07:22:54 -04:00
const_correctness.verify.cpp Rewording "static_assert" diagnostics 2022-07-25 07:22:54 -04:00
not_copy_constructible.verify.cpp Rewording "static_assert" diagnostics 2022-07-25 07:22:54 -04:00
reference_types.fail.cpp Rewording "static_assert" diagnostics 2022-07-25 07:22:54 -04:00