summaryrefslogtreecommitdiff
path: root/libcxx/test/std/utilities/memory/unique.ptr
AgeCommit message (Expand)Author
2024-08-13[libc++] Simplify the implementation of LWG2762 (noexcept for unique_ptr) (#1...Louis Dionne
2024-07-21[libc++] Makes `unique_ptr operator*() noexcept. (#98047)Mark de Wever
2023-07-03[libc++] Move all the remaining .fail.cpp tests to .verify.cppLouis Dionne
2022-05-27[runtimes] Rename various libcpp-has-no-XYZ Lit features to just no-XYZLouis Dionne
2022-03-13[libc++] Replace _LIBCPP_HAS_NO_CONCEPTS with _LIBCPP_STD_VER > 17. NFCI.Joe Loser
2022-02-02[libc++][ranges] Implement `indirectly_copyable{,_storable}`.Konstantin Varlamov
2021-08-12[libc++] Remove Lit annotations for unsupported GCC versions from the test suiteLouis Dionne
2021-07-01[libcxx][ranges] Implement indirectly_swappable.zoecarver
2021-06-21[libcxx][ranges] Add `indirectly_movable` and `indirectly_movable_storable`.zoecarver
2021-05-01[libcxx] Reenable ranges for clang-clMartin Storsjö
2021-04-23[libcxx][iterator] adds `std::weakly_incrementable` and `std::incrementable`Christopher Di Bella
2021-04-23[libcxx] disables ranges for clang-clChristopher Di Bella
2021-04-22[libc++] Re-apply `std::indirectly_readable` and `std::indirectly_writable`Louis Dionne
2021-04-22Revert "[libcxx][iterator] adds `std::indirectly_readable` and `std::indirect...David Zarzycki
2021-04-21[libcxx][iterator] adds `std::indirectly_readable` and `std::indirectly_writa...Christopher Di Bella
2020-10-27[libc++] Add a libc++ configuration that does not support localizationLouis Dionne
2020-06-03[libc++] Remove the c++98 Lit feature from the test suiteLouis Dionne
2019-05-31Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow
2019-02-04Support tests in freestandingJF Bastien
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-03-22Fix improperly failing test - and the code it was testing. Thanks to Stephan ...Marshall Clow
2017-11-27Fix failure on C++03 botsMarshall Clow
2017-11-27Implement LWG#2948: unique_ptr does not define operator<< for stream outputMarshall Clow
2017-04-15Rewrite and cleanup unique_ptr tests.Eric Fiselier
2017-04-13Fix template >> within C++03 codeEric Fiselier
2017-04-13Fix C++03 test failuresEric Fiselier
2017-04-13Add tests that std::unique_ptr's default constructor is constexpr.Eric Fiselier
2017-04-12[libcxx] Fix __compressed_pair so it doesn't copy the argument multiple times...Eric Fiselier
2017-04-12Fix test failures with older Clang versionsEric Fiselier
2017-04-12Fix incorrectly qualified return type from unique_ptr::get_deleter().Eric Fiselier
2017-03-02Remove more usages of REQUIRES-ANY in the test-suiteEric Fiselier
2017-01-24Remove auto_ptr in C++17. Get it back by defining _LIBCPP_ENABLE_CXX17_REMOVE...Marshall Clow
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
2016-12-23Fix unused parameters and variablesEric Fiselier
2016-10-01Remove all instances of _LIBCPP_HAS_NO_RVALUE_REFERENCES from test/std/utilitiesEric Fiselier
2016-07-24Fix unique_ptr.runtime tests for null inputs. Patch from STL@microsoft.comEric Fiselier
2016-06-01Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier
2016-05-31Mark LWG issue 2520 as completeEric Fiselier
2016-05-28[libcxx] Improve tests to use the UNSUPPORTED lit directiveAsiri Rathnayake
2016-05-16Add a test for uniqueptr having either NULL and nullptrMarshall Clow
2016-04-28Add braces, move braces, and rename variables to avoid shadowing. Patch from ...Eric Fiselier
2016-04-21Add is_swappable/is_nothrow_swappable traitsEric Fiselier
2016-04-18Add tests for LWG issue 2361Eric Fiselier
2016-02-25No, really - test the constructorMarshall Clow
2016-02-25Add test to ensure that the converting constructor in N4089 is present and wo...Marshall Clow
2015-08-20Cleanup unique_ptr failure tests and convert them to Clang verifyEric Fiselier
2015-08-19Add files that got missed in r245512.Eric Fiselier
2015-08-19More unique_ptr test cleanup. Fixes in <memory> to come later.Eric Fiselier
2015-07-31Fix failing unique_ptr tests.Eric Fiselier