llvm-project/libcxx/test/std/utilities/utility
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
..
as_const
declval
exchange [libc++] P2401: conditional noexcept for std::exchange 2021-10-11 14:34:45 -04:00
forward Rewording "static_assert" diagnostics 2022-07-25 07:22:54 -04:00
operators
pairs [libc++][CI] Updates GCC to version 12. 2022-06-21 18:59:20 +02:00
utility.inplace [libc++] Fix failures when running the test suite without RTTI 2020-09-21 20:17:24 -04:00
utility.intcmp [libc++] Remove macros for IBM compiler 2022-06-14 09:15:41 -04:00
utility.swap [libcxx][modularisation] moves <utility> content out of <type_traits> 2021-06-24 17:57:29 +00:00
utility.underlying [libcxx][modularisation] splits `<utility>` into self-contained headers 2021-06-25 00:29:01 +00:00
utility.unreachable [libc++] Implement P0627R6 (Function to mark unreachable code) 2022-02-14 20:52:51 +01:00
synopsis.pass.cpp