summaryrefslogtreecommitdiff
path: root/libcxx/test/std/utilities/memory/default.allocator/allocator_pointers.pass.cpp
AgeCommit message (Expand)Author
2022-09-05[libc++] Granularize the rest of memoryNikolas Klauser
2022-09-02Revert "[libc++] Granularize the rest of memory"Vitaly Buka
2022-09-02[libc++] Granularize the rest of memoryNikolas Klauser
2021-06-16[libc++] Undeprecate the std::allocator<void> specializationLouis Dionne
2020-06-03[libc++] Remove the c++98 Lit feature from the test suiteLouis Dionne
2019-05-31Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow
2019-02-05[libc++] Use UNSUPPORTED instead of TEST_STD_VER #ifdefLouis Dionne
2019-02-04Support tests in freestandingJF Bastien
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2016-06-14Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier
2016-06-01Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier
2016-05-02Void cast runtime-unused variables. Patch from STL@microsoft.comEric Fiselier
2014-12-20Move test into test/std subdirectory.Eric Fiselier