summaryrefslogtreecommitdiff
path: root/libcxx/test/std/utilities/memory/default.allocator/allocator.ctor.pass.cpp
AgeCommit message (Expand)Author
2024-06-25[libc++] Remove the allocator<const T> extension (#96319)Louis Dionne
2022-03-09Revert "[libc++] Remove extension to support allocator<const T>"Louis Dionne
2022-03-08[libc++] Remove extension to support allocator<const T>Louis Dionne
2022-03-07Revert "[libc++] Remove extension to support allocator<const T>"Louis Dionne
2022-03-07[libc++] Remove extension to support allocator<const T>Louis Dionne
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-02-04Support tests in freestandingJF Bastien
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-03-22[libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej
2018-03-20Implement LWG3035: std::allocator's constructors should be constexpr.Marshall Clow