llvm-project/libcxx/test/std/utilities/memory/default.allocator
Louis Dionne 0724f8bf47 [libc++] Implement C++20's P0784 (More constexpr containers)
This commit adds std::construct_at, and marks various members of
std::allocator_traits and std::allocator as constexpr. It also adds
tests and turns the existing tests into hybrid constexpr/runtime tests.

Thanks to Richard Smith for initial work on this, and to Michael Park
for D69803, D69132 and D69134, which are superseded by this patch.

Differential Revision: https://reviews.llvm.org/D68364
2020-09-22 11:20:33 -04:00
..
allocator.globals [libc++] Implement C++20's P0784 (More constexpr containers) 2020-09-22 11:20:33 -04:00
allocator.members [libc++] Implement C++20's P0784 (More constexpr containers) 2020-09-22 11:20:33 -04:00
allocator.ctor.pass.cpp [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
allocator.dtor.pass.cpp [libc++] Implement C++20's P0784 (More constexpr containers) 2020-09-22 11:20:33 -04:00
allocator_pointers.pass.cpp [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
allocator_types.deprecated_in_cxx17.verify.cpp [libc++] Un-deprecate and un-remove some members of std::allocator 2020-08-28 12:51:51 -04:00
allocator_types.pass.cpp [libc++] Implement C++20's P0784 (More constexpr containers) 2020-09-22 11:20:33 -04:00
allocator_types.removed_in_cxx20.verify.cpp [libc++] Un-deprecate and un-remove some members of std::allocator 2020-08-28 12:51:51 -04:00
allocator_void.deprecated_in_cxx17.verify.cpp [libc++] Un-deprecate and un-remove some members of std::allocator 2020-08-28 12:51:51 -04:00