summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Remove C++03 variadics in shared_ptrZoe Carver2019-09-242-122/+79
* libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber2019-08-211-1/+1
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-313-0/+4
* Support tests in freestandingJF Bastien2019-02-046-6/+18
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-196-24/+18
* Use addressof instead of operator& in make_shared. Fixes PR38729. As a drive-...Marshall Clow2018-08-282-0/+17
* Land D28253 which fixes PR28929 (which we mistakenly marked as fixed before)Marshall Clow2017-12-052-0/+58
* [test] Fix breakage from r303947 =(Casey Carter2017-05-261-2/+4
* [test] make_shared<T()>(...) is, uh, libc++-specificCasey Carter2017-05-261-5/+13
* Add support for shared_ptr<FunctionType>Erik Pilkington2017-05-251-1/+12
* Update all bug URL's to point to https://bugs.llvm.org/...Eric Fiselier2017-02-171-1/+1
* Remove all instances of _LIBCPP_HAS_NO_RVALUE_REFERENCES from test/std/utilitiesEric Fiselier2016-10-011-1/+2
* Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier2016-06-141-1/+1
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-011-2/+2
* Add 'is_callable' and 'is_nothrow_callable' traits and cleanup INVOKE.Eric Fiselier2016-04-202-3/+3
* Make sure that __libcpp_compressed_pair_imp default-constructs its' members, ...Marshall Clow2015-07-161-0/+16
* Fix PR#23647 - make_shared<volatile bool> - second tryMarshall Clow2015-05-271-3/+3
* Revert 238354 while I figure out what broke in weak_ptrMarshall Clow2015-05-271-3/+3
* Fix PR#23647 - make_shared<volatile bool>Marshall Clow2015-05-271-0/+61
* [libcxx] Consolidate new/delete replacement in tests and disable it when usin...Eric Fiselier2014-12-221-20/+5
* Move test into test/std subdirectory.Eric Fiselier2014-12-203-0/+275
OpenPOWER on IntegriCloud