summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared
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-216-6/+6
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-3141-0/+70
* [libc++] Enable deprecation warnings by defaultLouis Dionne2019-03-123-0/+5
* Support tests in freestandingJF Bastien2019-02-0454-54/+162
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1953-212/+159
* 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
* Implement LWG#2873: 'Add noexcept to several shared_ptr related functions' Th...Marshall Clow2017-04-112-2/+6
* Silence a couple of 'unused variable' warnings in c++03 tests. No functional ...Marshall Clow2017-03-232-0/+2
* Remove more usages of REQUIRES-ANY in the test-suiteEric Fiselier2017-03-022-2/+2
* Update all bug URL's to point to https://bugs.llvm.org/...Eric Fiselier2017-02-171-1/+1
* Remove auto_ptr in C++17. Get it back by defining _LIBCPP_ENABLE_CXX17_REMOVE...Marshall Clow2017-01-242-0/+2
* Refactor unique_ptr/shared_ptr deleter test types into single header.Eric Fiselier2017-01-2012-81/+11
* Replace _LIBCPP_HAS_NO_DELETED_FUNCTIONS with _LIBCPP_CXX03_LANGEric Fiselier2017-01-061-1/+3
* Protect smart-pointer tests under no exceptionsRoger Ferrer Ibanez2016-11-142-2/+8
* Change from "XFAIL: libcpp-no-exceptions" to "UNSUPPORTED: libcpp-no-exceptio...Roger Ferrer Ibanez2016-10-315-5/+5
* Remove all instances of _LIBCPP_HAS_NO_RVALUE_REFERENCES from test/std/utilitiesEric Fiselier2016-10-015-17/+26
* Implement P0163r0. Add shared_ptr::weak_type.Eric Fiselier2016-06-271-0/+6
* Make shared_ptr constructor tests use count_new.hppEric Fiselier2016-06-225-151/+92
* Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier2016-06-144-4/+6
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-013-4/+4
* Add 'is_callable' and 'is_nothrow_callable' traits and cleanup INVOKE.Eric Fiselier2016-04-202-3/+3
* Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake2015-11-108-0/+8
* 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
* Fix for LWG Issue 2415: Inconsistency between unique_ptr and shared_ptrMarshall Clow2015-05-102-2/+14
* Use generic feature name for sanitizers that replace new and deleteEric Fiselier2015-03-105-5/+5
* [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-2052-0/+3504
OpenPOWER on IntegriCloud