llvm-project/libcxx/test/std/containers/sequences/array
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
..
array.cons [libc++] Use addressof in assignment operator. 2021-10-07 18:10:47 +02:00
array.creation Visual C++ doesn't support C99 compound literal 2022-07-16 19:47:45 +02:00
array.data [libc++] Granularize <iterator> includes 2022-06-10 22:43:57 +02:00
array.fill Rewording "static_assert" diagnostics 2022-07-25 07:22:54 -04:00
array.size [libc++][test] Remove disable_missing_braces_warning.h from tests 2021-09-22 16:00:16 -04:00
array.special [libc++][test] Remove disable_missing_braces_warning.h from tests 2021-09-22 16:00:16 -04:00
array.swap Rewording "static_assert" diagnostics 2022-07-25 07:22:54 -04:00
array.tuple Rewording "static_assert" diagnostics 2022-07-25 07:22:54 -04:00
array.zero
aggregate.pass.cpp [libc++] Remove Lit annotations for unsupported GCC versions from the test suite 2021-08-12 13:30:47 -04:00
at.pass.cpp [libc++][test] Remove disable_missing_braces_warning.h from tests 2021-09-22 16:00:16 -04:00
at_const.pass.cpp [libc++][test] Remove disable_missing_braces_warning.h from tests 2021-09-22 16:00:16 -04:00
compare.fail.cpp [libc++][test] Remove disable_missing_braces_warning.h from tests 2021-09-22 16:00:16 -04:00
compare.pass.cpp [libc++][test] Adds spaceship support to macros. 2022-07-12 21:10:23 +02:00
contiguous.pass.cpp [libc++] Remove Lit annotations for unsupported GCC versions from the test suite 2021-08-12 13:30:47 -04:00
empty.pass.cpp
empty.verify.cpp [libc++] Remove "// -*- C++ -*-" comments from all .cpp files. NFCI. 2021-10-01 12:06:59 -04:00
front_back.pass.cpp [libc++][test] Remove disable_missing_braces_warning.h from tests 2021-09-22 16:00:16 -04:00
front_back_const.pass.cpp [libc++][test] Remove disable_missing_braces_warning.h from tests 2021-09-22 16:00:16 -04:00
indexing.pass.cpp [libc++][test] Remove disable_missing_braces_warning.h from tests 2021-09-22 16:00:16 -04:00
indexing_const.pass.cpp [libc++][test] Remove disable_missing_braces_warning.h from tests 2021-09-22 16:00:16 -04:00
iterator_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
iterators.pass.cpp [libcxx][test][NFC] noexcept tests for std::array 2021-12-18 16:06:56 +03:00
max_size.pass.cpp
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
size_and_alignment.pass.cpp [libc++][NFC] Remove stray whitespace in comment 2022-04-05 19:45:20 -04:00
types.pass.cpp