summaryrefslogtreecommitdiff
path: root/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create
AgeCommit message (Expand)Author
2025-11-05[libc++][NFC] Removed unsupported compilers from tests (#166403)Hristo Hristov
2025-08-21[libcxx][test] Silence nodiscard warnings (#154622)Stephan T. Lavavej
2025-07-21[libc++] Remove mentions of Clang 18 in the test suite (#148862)Louis Dionne
2025-07-17[libc++] Move more tests into better places (#148419)Nikolas Klauser
2024-01-09[libc++] Allow running the test suite with optimizations (#68753)Louis Dionne
2023-12-10[libc++][test] Fix more MSVC and Clang warnings (#74965)Stephan T. Lavavej
2023-12-10[libc++][test] Fix MSVC warnings with `static_cast`s (#74962)Stephan T. Lavavej
2023-11-27[libc++][test] Cleanup typos and unnecessary semicolons (#73435)Stephan T. Lavavej
2023-11-01[libc++] Remove availability annotations which can never be triggered (#69226)philnik777
2023-10-29[libc++] Remove a few transitive includes (#70553)philnik777
2023-09-25[runtimes] Bump the supported AppleClang version to AppleClang 15 (#67065)Louis Dionne
2023-09-14[libc++] Make sure LWG2070 is implemented as a DR (#65998)Louis Dionne
2023-07-12[libc++] Stop running backdeployment CI on macOS 10.9Louis Dionne
2023-03-27[libc++] Use named Lit features to flag back-deployment XFAILsLouis Dionne
2023-03-22[libc++] Qualifies intptr_t and uintptr_t.Mark de Wever
2023-03-21[libc++] Qualifies size_t.Mark de Wever
2023-03-10[libc++][NFC] Use std::malloc and std::free instead of unqualified versions i...Louis Dionne
2023-02-13[libc++] Fix bug in allocate_shared_for_overwriteLouis Dionne
2023-01-23[libc++] implement P1020R1 P1973R1 make_unique[shared]_for_overwriteHui
2022-12-23[libc++] Granularize <type_traits> includes in <compare>Nikolas Klauser
2022-09-05[libc++] Granularize the rest of memoryNikolas Klauser
2022-09-02Revert "[libc++] Granularize the rest of memory"Vitaly Buka
2022-09-02[libc++] Granularize the rest of memoryNikolas Klauser
2022-04-06[libc++] Support arrays in make_shared and allocate_shared (P0674R1)Louis Dionne
2021-11-07[libc++] Make test_allocator constexpr-friendly for constexpr string/vectorNikolas Klauser
2021-10-05[libc++][test] Use = delete over DELETE_FUNCTION. NFC.Joe Loser
2021-09-22[libc++] Disallow volatile types in std::allocatorJoe Loser
2021-08-12[libc++] Remove Lit annotations for unsupported GCC versions from the test suiteLouis Dionne
2021-03-03[libc++] NFC: Normalize links to bug reportsLouis Dionne
2021-01-08[libc++] LWG2070: Use Allocator construction for objects created with allocat...Louis Dionne
2020-12-15[libc++] Fix allocate_shared when used with an explicitly convertible allocatorLouis Dionne
2020-12-14[libc++] Remove unnecessary static assertion in allocate_sharedLouis Dionne
2020-12-11[libc++] NFCI: Implement make_shared as allocate_shared with std::allocatorLouis Dionne
2020-05-12[libcxx] Re-commit: shared_ptr changes from library fundamentals (P0414R2).zoecarver
2020-05-11Revert "[libcxx] shared_ptr changes from library fundamentals (P0414R2)."zoecarver
2020-05-11[libcxx] shared_ptr changes from library fundamentals (P0414R2).zoecarver
2020-04-15[libc++] Remove workaround for .fail.cpp tests that don't have clang-verify m...Louis Dionne
2020-04-06[libc++] Always use -fsyntax-only in .fail.cpp testsLouis Dionne
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-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-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-02-17Update all bug URL's to point to https://bugs.llvm.org/...Eric Fiselier
2016-10-01Remove all instances of _LIBCPP_HAS_NO_RVALUE_REFERENCES from test/std/utilitiesEric Fiselier