summaryrefslogtreecommitdiff
path: root/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/shared_ptr_Y.pass.cpp
AgeCommit message (Expand)Author
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-11-24[libc++] Fix two tests that were failing in freestanding modeLouis Dionne
2021-10-19[libc++] [test] Add tests for converting array types in shared_ptr.Konstantin Varlamov
2021-04-16[libc++] Fix LWG 2874: Constructor shared_ptr::shared_ptr(Y*) should be const...Louis Dionne
2020-10-30[libc++] NFC: Fix several GCC warnings in 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-04Support tests in freestandingJF Bastien
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2014-12-20Move test into test/std subdirectory.Eric Fiselier