llvm-project/libcxx/test/std/utilities/memory/default.allocator
Louis Dionne 316d336dca [libc++] Un-deprecate and un-remove some members of std::allocator
This implements the part of P0619R4 related to the default allocator.
This is incredibly important, since otherwise there is an ABI break
between C++17 and C++20 w.r.t. the default allocator's size_type on
platforms where std::size_t is not the same as std::make_unsigned<std::ptrdiff_t>.
2020-08-28 12:51:51 -04:00
..
allocator.globals Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. 2019-05-31 18:35:30 +00:00
allocator.members [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -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_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++] Un-deprecate and un-remove some members of std::allocator 2020-08-28 12:51:51 -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