summaryrefslogtreecommitdiff
path: root/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/auto_ptr.pass.cpp
AgeCommit message (Expand)Author
2022-03-10[libc++] Add test coverage for std::shared_ptr<const T>Louis Dionne
2022-03-09Revert "[libc++] Remove extension to support allocator<const T>"Louis Dionne
2022-03-08[libc++] Remove extension to support allocator<const T>Louis Dionne
2022-03-03[libc++] Move several defines to ADDITIONAL_COMPILE_FLAGS in the test suiteLouis Dionne
2020-10-30[libc++] NFC: Fix several GCC warnings in the test suiteLouis Dionne
2020-08-12[libc++] Remove workarounds for missing rvalue referencesLouis Dionne
2020-06-03[libc++] Remove the c++98 Lit feature from the test suiteLouis Dionne
2020-04-07Reset more globalMemCounters.Dan Albert
2019-08-21libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber
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
2017-03-23Silence a couple of 'unused variable' warnings in c++03 tests. No functional ...Marshall Clow
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
2016-06-22Make shared_ptr constructor tests use count_new.hppEric Fiselier
2015-11-10Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake
2015-03-10Use generic feature name for sanitizers that replace new and deleteEric Fiselier
2014-12-20Move test into test/std subdirectory.Eric Fiselier