summaryrefslogtreecommitdiff
path: root/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/weak_ptr.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-10-25[libc++] LWG3001: add `remove_extent_t` to `weak_ptr::element_type`.Konstantin Varlamov
2020-10-30[libc++] NFC: Fix several GCC warnings in 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
2016-11-14Protect smart-pointer tests under no exceptionsRoger Ferrer Ibanez
2015-11-10Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake
2014-12-20Move test into test/std subdirectory.Eric Fiselier