llvm-project/libcxx/test/std/utilities/memory/default.allocator
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
..
allocator.globals [libc++] Implement C++20's P0784 (More constexpr containers) 2020-09-22 11:20:33 -04:00
allocator.members Rewording "static_assert" diagnostics 2022-07-25 07:22:54 -04:00
PR50299.compile.pass.cpp [libc++] Undeprecate the std::allocator<void> specialization 2021-06-16 09:54:29 -04:00
allocator.ctor.pass.cpp Revert "[libc++] Remove extension to support allocator<const T>" 2022-03-09 17:04:18 -05:00
allocator.dtor.pass.cpp Revert "[libc++] Remove extension to support allocator<const T>" 2022-03-09 17:04:18 -05:00
allocator_pointers.pass.cpp [libc++] Undeprecate the std::allocator<void> specialization 2021-06-16 09:54:29 -04:00
allocator_types.deprecated_in_cxx17.verify.cpp Revert "[libc++] Remove extension to support allocator<const T>" 2022-03-09 17:04:18 -05:00
allocator_types.pass.cpp Revert "[libc++] Remove extension to support allocator<const T>" 2022-03-09 17:04:18 -05:00
allocator_types.removed_in_cxx20.verify.cpp Revert "[libc++] Remove extension to support allocator<const T>" 2022-03-09 17:04:18 -05:00
allocator_types.void.compile.pass.cpp [libc++] Undeprecate the std::allocator<void> specialization 2021-06-16 09:54:29 -04:00