summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/smartptr/unique.ptr
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Strip trailing whitespace from libc++Louis Dionne2019-10-231-1/+1
* [libcxx][test][NFC] Fix comment typos.Stephan T. Lavavej2019-10-225-6/+6
* Use C++11 implementation of unique_ptr in C++03.Eric Fiselier2019-06-231-4/+0
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-3121-0/+33
* [libc++] Enable deprecation warnings by defaultLouis Dionne2019-03-121-0/+2
* Support tests in freestandingJF Bastien2019-02-0455-55/+165
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1955-220/+165
* Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed ...Billy Robert O'Neal III2017-11-211-2/+2
* [libcxx] [test] Change comments to say C++ instead of c++. NFC.Stephan T. Lavavej2017-07-291-1/+1
* [test] Silence another unused-typedef warningCasey Carter2017-04-181-1/+0
* [test] Silence unused parameter/typedef warningsCasey Carter2017-04-182-3/+1
* Fix passing incorrectly value-category when constructing unique_ptr's deleterEric Fiselier2017-04-171-4/+99
* Workaround Clang bug regarding template template parametersEric Fiselier2017-04-161-5/+11
* Overhaul unique_ptr - Implement LWG 2801, 2905, 2520.Eric Fiselier2017-04-1615-67/+746
* Rewrite and cleanup unique_ptr tests.Eric Fiselier2017-04-1554-0/+3382
OpenPOWER on IntegriCloud