llvm-project/libcxx/test/std/utilities/variant/variant.variant
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
..
variant.assign [libc++] Define _LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER whenever we enable warnings in the test suite 2022-03-15 17:17:54 -04:00
variant.ctor [libcxx][test] compiler options are non-portable 2022-01-18 11:34:57 -08:00
variant.dtor [libc++] Remove "// -*- C++ -*-" comments from all .cpp files. NFCI. 2021-10-01 12:06:59 -04:00
variant.mod [libc++] Remove "// -*- C++ -*-" comments from all .cpp files. NFCI. 2021-10-01 12:06:59 -04:00
variant.status [libc++] Remove "// -*- C++ -*-" comments from all .cpp files. NFCI. 2021-10-01 12:06:59 -04:00
variant.swap [libc++] Remove "// -*- C++ -*-" comments from all .cpp files. NFCI. 2021-10-01 12:06:59 -04:00
variant_array.fail.cpp Rewording "static_assert" diagnostics 2022-07-25 07:22:54 -04:00
variant_empty.fail.cpp Rewording "static_assert" diagnostics 2022-07-25 07:22:54 -04:00
variant_reference.fail.cpp Rewording "static_assert" diagnostics 2022-07-25 07:22:54 -04:00
variant_void.fail.cpp Rewording "static_assert" diagnostics 2022-07-25 07:22:54 -04:00