summaryrefslogtreecommitdiff
path: root/libcxx/test/std/utilities/memory/pointer.traits
AgeCommit message (Expand)Author
2024-09-16[libc++][modules] Fix missing and incorrect includes (#108850)Louis Dionne
2023-09-25[libc++] Refactor tests for std::pointer_traits (#66645)Louis Dionne
2023-09-18[libc++] Implement LWG3545: std::pointer_traits should be SFINAE-friendly. (#...Daniel Cheng
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-09-22[libc++] Fix __wrap_iter to be a proper contiguous iterator.Arthur O'Dwyer
2019-05-31Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow
2019-02-04Support tests in freestandingJF Bastien
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-13[libcxx] Implement http://wg21.link/p1006, constexpr in pointer_traitsLouis Dionne
2018-08-03Mark LWG#2260 as complete. We already did the right thing, so I just added te...Marshall Clow
2016-09-25[libc++] Remove various C++03 feature test macrosEric Fiselier
2016-06-14Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier
2016-04-18Add tests for LWG issue 2361Eric Fiselier
2014-12-20Move test into test/std subdirectory.Eric Fiselier