summaryrefslogtreecommitdiff
path: root/test/std/utilities/memory/util.smartptr
AgeCommit message (Expand)Author
2019-09-24 [libc++] Remove C++03 variadics in shared_ptrZoe Carver
2019-08-21libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber
2019-05-31Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow
2019-03-12[libc++] Enable deprecation warnings by defaultLouis Dionne
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-12-05Land D28253 which fixes PR28929 (which we mistakenly marked as fixed before)Marshall Clow
2017-11-21Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed ...Billy Robert O'Neal III
2017-11-15Tolerate even more [[nodiscard]] in the STL. Reviewed as https://reviews.llvm...Billy Robert O'Neal III
2017-11-15Tolerate [[nodiscard]] annotations in the STL. Reviewed as https://reviews.ll...Billy Robert O'Neal III
2017-08-05[libcxx] [test] Fix URLs in comments and make them HTTPS. NFC.Stephan T. Lavavej
2017-07-30Mark LWG 2942 as completeEric Fiselier
2017-07-29[libcxx] [test] Untabify, NFC.Stephan T. Lavavej
2017-07-27[libcxx] [test] Remove an unused local typedef in enable_shared_from_this.pas...Stephan T. Lavavej
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-05-10Fix enable_shared_from_this test in C++11Eric Fiselier
2017-05-10[libc++] Fix PR32979 - types with a private std::enable_shared_from_this bas...Eric Fiselier
2017-05-04Add markup for libc++ dylib availabilityMehdi Amini
2017-05-04[libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej
2017-04-18Allow a standard library to implement conditional noexcept for optional and u...Billy Robert O'Neal III
2017-04-11Implement LWG#2873: 'Add noexcept to several shared_ptr related functions' Th...Marshall Clow
2017-04-07Revert "Allow a standard library to implement conditional noexcept for option...Akira Hatanaka
2017-04-06Add noexcept(false) to more strongly indicate that not being noexcept is impo...Billy Robert O'Neal III
2017-04-06Allow a standard library to implement conditional noexcept for optional and u...Billy Robert O'Neal III
2017-03-23Silence a couple of 'unused variable' warnings in c++03 tests. No functional ...Marshall Clow
2017-03-23Implement P0599: 'noexcept for hash functions'. Fix a couple of hash function...Marshall Clow
2017-03-15Add deployment knobs to tests (for Apple platforms)Mehdi Amini
2017-03-02Remove more usages of REQUIRES-ANY in the test-suiteEric Fiselier
2017-02-17Update all bug URL's to point to https://bugs.llvm.org/...Eric Fiselier
2017-01-24Remove auto_ptr in C++17. Get it back by defining _LIBCPP_ENABLE_CXX17_REMOVE...Marshall Clow
2017-01-21Fix recent build errorsEric Fiselier
2017-01-21Implement P0513R0 - "Poisoning the Hash"Eric Fiselier
2017-01-20Refactor unique_ptr/shared_ptr deleter test types into single header.Eric Fiselier
2017-01-18[libcxx] [test] Fix comment typos, strip trailing whitespace.Stephan T. Lavavej
2017-01-06Replace _LIBCPP_HAS_NO_DELETED_FUNCTIONS with _LIBCPP_CXX03_LANGEric Fiselier
2016-11-14Protect smart-pointer tests under no exceptionsRoger Ferrer Ibanez
2016-10-31Change from "XFAIL: libcpp-no-exceptions" to "UNSUPPORTED: libcpp-no-exceptio...Roger Ferrer Ibanez
2016-10-01Remove all instances of _LIBCPP_HAS_NO_RVALUE_REFERENCES from test/std/utilitiesEric Fiselier
2016-06-27Implement P0163r0. Add shared_ptr::weak_type.Eric Fiselier
2016-06-27Fix C++03 failure in enable_shared_from_this testEric Fiselier
2016-06-26Fix PR27115 - enable_shared_from_this does not work as a virtual base class.Eric Fiselier
2016-06-22Make shared_ptr constructor tests use count_new.hppEric Fiselier
2016-06-14Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier
2016-06-02Fix leak in __enable_weak_this(). Thanks to Arthur O'Dwyer for finding it.Eric Fiselier
2016-06-02Remove enable_shared_from_this test since it leaks the control block and fail...Eric Fiselier
2016-06-02Implement P0033R1 - Re-enabling shared_from_thisEric Fiselier
2016-06-01Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier