summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/memory/util.smartptr
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-2110-10/+10
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-3156-0/+100
* [libc++] Enable deprecation warnings by defaultLouis Dionne2019-03-123-0/+5
* Support tests in freestandingJF Bastien2019-02-0489-89/+267
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1987-348/+261
* 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
* Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed ...Billy Robert O'Neal III2017-11-211-1/+1
* Tolerate even more [[nodiscard]] in the STL. Reviewed as https://reviews.llvm...Billy Robert O'Neal III2017-11-152-6/+6
* Tolerate [[nodiscard]] annotations in the STL. Reviewed as https://reviews.ll...Billy Robert O'Neal III2017-11-151-1/+1
* [libcxx] [test] Fix URLs in comments and make them HTTPS. NFC.Stephan T. Lavavej2017-08-051-1/+1
* Mark LWG 2942 as completeEric Fiselier2017-07-302-4/+2
* [libcxx] [test] Untabify, NFC.Stephan T. Lavavej2017-07-292-11/+11
* [libcxx] [test] Remove an unused local typedef in enable_shared_from_this.pas...Stephan T. Lavavej2017-07-271-1/+0
* [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
* Fix enable_shared_from_this test in C++11Eric Fiselier2017-05-101-7/+6
* [libc++] Fix PR32979 - types with a private std::enable_shared_from_this bas...Eric Fiselier2017-05-101-0/+11
* Add markup for libc++ dylib availabilityMehdi Amini2017-05-0410-20/+20
* [libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej2017-05-041-1/+1
* Allow a standard library to implement conditional noexcept for optional and u...Billy Robert O'Neal III2017-04-181-2/+6
* Implement LWG#2873: 'Add noexcept to several shared_ptr related functions' Th...Marshall Clow2017-04-115-15/+35
* Revert "Allow a standard library to implement conditional noexcept for option...Akira Hatanaka2017-04-071-5/+1
* Add noexcept(false) to more strongly indicate that not being noexcept is impo...Billy Robert O'Neal III2017-04-061-1/+1
* Allow a standard library to implement conditional noexcept for optional and u...Billy Robert O'Neal III2017-04-061-1/+5
* Silence a couple of 'unused variable' warnings in c++03 tests. No functional ...Marshall Clow2017-03-232-0/+2
* Implement P0599: 'noexcept for hash functions'. Fix a couple of hash function...Marshall Clow2017-03-231-0/+1
* Add deployment knobs to tests (for Apple platforms)Mehdi Amini2017-03-1510-20/+20
* 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-172-3/+3
* Remove auto_ptr in C++17. Get it back by defining _LIBCPP_ENABLE_CXX17_REMOVE...Marshall Clow2017-01-242-0/+2
* Fix recent build errorsEric Fiselier2017-01-211-2/+5
* Implement P0513R0 - "Poisoning the Hash"Eric Fiselier2017-01-213-0/+102
* Refactor unique_ptr/shared_ptr deleter test types into single header.Eric Fiselier2017-01-2012-81/+11
* [libcxx] [test] Fix comment typos, strip trailing whitespace.Stephan T. Lavavej2017-01-181-2/+2
* 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-016-19/+30
* Implement P0163r0. Add shared_ptr::weak_type.Eric Fiselier2016-06-271-0/+6
* Fix C++03 failure in enable_shared_from_this testEric Fiselier2016-06-271-1/+2
* Fix PR27115 - enable_shared_from_this does not work as a virtual base class.Eric Fiselier2016-06-261-0/+16
* 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-1415-26/+50
* Fix leak in __enable_weak_this(). Thanks to Arthur O'Dwyer for finding it.Eric Fiselier2016-06-021-1/+33
* Remove enable_shared_from_this test since it leaks the control block and fail...Eric Fiselier2016-06-021-26/+0
* Implement P0033R1 - Re-enabling shared_from_thisEric Fiselier2016-06-021-0/+86
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-014-7/+7
OpenPOWER on IntegriCloud