summaryrefslogtreecommitdiff
path: root/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/pointer_deleter.pass.cpp
AgeCommit message (Expand)Author
2024-06-26"[libc++] Try again LWG3233 Broken requirements for shared_ptr converting con...Hui
2024-06-14[libc++] Revert LWG3223 Broken requirements for shared_ptr converting constru...Louis Dionne
2024-06-14[libc++] Revert temporary attempt to implement LWG 4110 (#95263)Louis Dionne
2024-06-11[libc++] Update with LWG issue number for shared-ptr constructorLouis Dionne
2024-06-11[libc++] Tweak how we check constraints on shared_ptr(nullptr_t) (#94996)Louis Dionne
2024-05-29[libc++][test] Close LWG3018 and add tests (#93047)Hui
2024-05-29[libc++] LWG3223 Broken requirements for shared_ptr converting constructors (...Hui
2023-11-27[libc++][test] Cleanup typos and unnecessary semicolons (#73435)Stephan T. Lavavej
2023-02-11[libc++] fix `shared_ptr`'s incorrect constraintsHui
2022-03-10[libc++] Add test coverage for std::shared_ptr<const T>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
2021-02-19[libcxx] Fix LWG 2875: shared_ptr::shared_ptr(Y*, D, […]) constructors shou...zoecarver
2021-02-18[libc++] shared_ptr deleter requirements (LWG 2802).zoecarver
2020-09-21[libc++] Fix failures when running the test suite without RTTILouis Dionne
2020-08-01[libcxx] Add compatible with constraint tests for some shared_ptr constructors.zoecarver
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
2017-01-20Refactor unique_ptr/shared_ptr deleter test types into single header.Eric Fiselier
2014-12-20Move test into test/std subdirectory.Eric Fiselier