summaryrefslogtreecommitdiff
path: root/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/make_shared.pass.cpp
AgeCommit message (Expand)Author
2024-01-09[libc++] Allow running the test suite with optimizations (#68753)Louis Dionne
2022-04-06[libc++] Support arrays in make_shared and allocate_shared (P0674R1)Louis Dionne
2021-10-05[libc++][test] Use = delete over DELETE_FUNCTION. NFC.Joe Loser
2021-09-22[libc++] Disallow volatile types in std::allocatorJoe Loser
2021-03-03[libc++] NFC: Normalize links to bug reportsLouis Dionne
2019-08-21libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber
2019-02-04Support tests in freestandingJF Bastien
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-08-28Use addressof instead of operator& in make_shared. Fixes PR38729. As a drive-...Marshall Clow
2017-05-26[test] Fix breakage from r303947 =(Casey Carter
2017-05-26[test] make_shared<T()>(...) is, uh, libc++-specificCasey Carter
2017-05-25Add support for shared_ptr<FunctionType>Erik Pilkington
2017-02-17Update all bug URL's to point to https://bugs.llvm.org/...Eric Fiselier
2016-10-01Remove all instances of _LIBCPP_HAS_NO_RVALUE_REFERENCES from test/std/utilitiesEric Fiselier
2015-07-16Make sure that __libcpp_compressed_pair_imp default-constructs its' members, ...Marshall Clow
2014-12-22[libcxx] Consolidate new/delete replacement in tests and disable it when usin...Eric Fiselier
2014-12-20Move test into test/std subdirectory.Eric Fiselier