summaryrefslogtreecommitdiff
path: root/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Use named Lit features to flag back-deployment XFAILsLouis Dionne2023-03-274-12/+8
* [libc++] Qualifies intptr_t and uintptr_t.Mark de Wever2023-03-221-1/+1
* [libc++] Qualifies size_t.Mark de Wever2023-03-212-7/+7
* [libc++][NFC] Use std::malloc and std::free instead of unqualified versions i...Louis Dionne2023-03-101-3/+3
* [libc++] Fix bug in allocate_shared_for_overwriteLouis Dionne2023-02-131-6/+31
* [libc++] implement P1020R1 P1973R1 make_unique[shared]_for_overwriteHui2023-01-232-0/+323
* [libc++] Granularize <type_traits> includes in <compare>Nikolas Klauser2022-12-231-0/+1
* [libc++] Granularize the rest of memoryNikolas Klauser2022-09-051-1/+3
* Revert "[libc++] Granularize the rest of memory"Vitaly Buka2022-09-021-3/+1
* [libc++] Granularize the rest of memoryNikolas Klauser2022-09-021-1/+3
* [libc++] Support arrays in make_shared and allocate_shared (P0674R1)Louis Dionne2022-04-069-7/+1826
* [libc++] Make test_allocator constexpr-friendly for constexpr string/vectorNikolas Klauser2021-11-071-3/+4
* [libc++][test] Use = delete over DELETE_FUNCTION. NFC.Joe Loser2021-10-052-14/+2
* [libc++] Disallow volatile types in std::allocatorJoe Loser2021-09-222-64/+24
* [libc++] Remove Lit annotations for unsupported GCC versions from the test suiteLouis Dionne2021-08-121-3/+0
* [libc++] NFC: Normalize links to bug reportsLouis Dionne2021-03-031-2/+2
* [libc++] LWG2070: Use Allocator construction for objects created with allocat...Louis Dionne2021-01-082-0/+199
* [libc++] Fix allocate_shared when used with an explicitly convertible allocatorLouis Dionne2020-12-151-0/+32
* [libc++] Remove unnecessary static assertion in allocate_sharedLouis Dionne2020-12-142-65/+0
* [libc++] NFCI: Implement make_shared as allocate_shared with std::allocatorLouis Dionne2020-12-112-5/+36
* [libcxx] Re-commit: shared_ptr changes from library fundamentals (P0414R2).zoecarver2020-05-121-1/+2
* Revert "[libcxx] shared_ptr changes from library fundamentals (P0414R2)."zoecarver2020-05-111-2/+1
* [libcxx] shared_ptr changes from library fundamentals (P0414R2).zoecarver2020-05-111-1/+2
* [libc++] Remove workaround for .fail.cpp tests that don't have clang-verify m...Louis Dionne2020-04-151-0/+0
* [libc++] Always use -fsyntax-only in .fail.cpp testsLouis Dionne2020-04-062-0/+6
* [libc++] Remove C++03 variadics in shared_ptrZoe Carver2019-09-242-122/+79
* libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber2019-08-211-1/+1
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-313-0/+4
* Support tests in freestandingJF Bastien2019-02-046-6/+18
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-196-24/+18
* Use addressof instead of operator& in make_shared. Fixes PR38729. As a drive-...Marshall Clow2018-08-282-0/+17
* Land D28253 which fixes PR28929 (which we mistakenly marked as fixed before)Marshall Clow2017-12-052-0/+58
* [test] Fix breakage from r303947 =(Casey Carter2017-05-261-2/+4
* [test] make_shared<T()>(...) is, uh, libc++-specificCasey Carter2017-05-261-5/+13
* Add support for shared_ptr<FunctionType>Erik Pilkington2017-05-251-1/+12
* Update all bug URL's to point to https://bugs.llvm.org/...Eric Fiselier2017-02-171-1/+1
* Remove all instances of _LIBCPP_HAS_NO_RVALUE_REFERENCES from test/std/utilitiesEric Fiselier2016-10-011-1/+2
* Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier2016-06-141-1/+1
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-011-2/+2
* Add 'is_callable' and 'is_nothrow_callable' traits and cleanup INVOKE.Eric Fiselier2016-04-202-3/+3
* Make sure that __libcpp_compressed_pair_imp default-constructs its' members, ...Marshall Clow2015-07-161-0/+16
* Fix PR#23647 - make_shared<volatile bool> - second tryMarshall Clow2015-05-271-3/+3
* Revert 238354 while I figure out what broke in weak_ptrMarshall Clow2015-05-271-3/+3
* Fix PR#23647 - make_shared<volatile bool>Marshall Clow2015-05-271-0/+61
* [libcxx] Consolidate new/delete replacement in tests and disable it when usin...Eric Fiselier2014-12-221-20/+5
* Move test into test/std subdirectory.Eric Fiselier2014-12-203-0/+275