llvm-project/libcxx/test/std/utilities/memory
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.tag [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
allocator.traits [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
allocator.uses [libc++] Remove useless nothing_to_do.pass.cpp tests 2020-04-03 13:48:34 -04:00
c.malloc Support tests in freestanding 2019-02-04 20:31:13 +00:00
default.allocator [libc++] Un-deprecate and un-remove some members of std::allocator 2020-08-28 12:51:51 -04:00
pointer.conversion [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
pointer.traits 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
ptr.align 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
specialized.algorithms [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
storage.iterator Support tests in freestanding 2019-02-04 20:31:13 +00:00
temporary.buffer [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
unique.ptr/unique.ptr.special [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
util.dynamic.safety [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
util.smartptr [libc++] Remove workarounds for missing rvalue references 2020-08-12 12:02:28 -04:00