summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.enab
Commit message (Expand)AuthorAgeFilesLines
* libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber2019-08-211-1/+1
* Support tests in freestandingJF Bastien2019-02-041-1/+3
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* 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-151-1/+1
* [libcxx] [test] Fix URLs in comments and make them HTTPS. NFC.Stephan T. Lavavej2017-08-051-1/+1
* [libcxx] [test] Untabify, NFC.Stephan T. Lavavej2017-07-291-1/+1
* [libcxx] [test] Remove an unused local typedef in enable_shared_from_this.pas...Stephan T. Lavavej2017-07-271-1/+0
* 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
* Update all bug URL's to point to https://bugs.llvm.org/...Eric Fiselier2017-02-171-2/+2
* [libcxx] [test] Fix comment typos, strip trailing whitespace.Stephan T. Lavavej2017-01-181-2/+2
* 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
* 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
* Fix PR#18843. Thanks to Howard for the fixMarshall Clow2015-06-191-0/+4
* Move test into test/std subdirectory.Eric Fiselier2014-12-201-0/+49
OpenPOWER on IntegriCloud