summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/memory
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Take 2: Implement LWG 2510Louis Dionne2019-09-262-2/+31
* [libc++] Purge mentions of GCC 4 from the test suiteLouis Dionne2019-09-251-1/+1
* Revert r372777: [libc++] Implement LWG 2510 and its follow-upsIlya Biryukov2019-09-253-32/+3
* [libc++] Purge mentions of GCC 4 from the test suiteLouis Dionne2019-09-242-2/+2
* [libc++] Try fixing tests that fail on GCC 5 and olderLouis Dionne2019-09-241-0/+4
* [libc++] Remove C++03 variadics in shared_ptrZoe Carver2019-09-242-122/+79
* [libc++] Implement LWG 2510Louis Dionne2019-09-242-2/+27
* libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber2019-08-2112-12/+12
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-3181-0/+148
* [libc++] Remove unnecessary <iostream> #includes in testsLouis Dionne2019-03-281-1/+0
* [libc++] Enable deprecation warnings by defaultLouis Dionne2019-03-123-0/+5
* [libc++] Mark several tests as XFAIL on macosx10.7Louis Dionne2019-02-271-0/+5
* [libc++] Use UNSUPPORTED instead of TEST_STD_VER #ifdefLouis Dionne2019-02-051-6/+2
* Support tests in freestandingJF Bastien2019-02-04164-165/+493
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-19162-648/+486
* [libcxx] Use custom allocator's `construct` in C++03 when available.Volodymyr Sapsai2018-12-191-1/+1
* Portability fix: add missing includes and static_casts. Reviewed as https://r...Marshall Clow2018-12-181-0/+1
* [libcxx] Add missing <cstddef> includes in testsLouis Dionne2018-11-191-0/+1
* [libcxx] Implement http://wg21.link/p1006, constexpr in pointer_traitsLouis Dionne2018-11-131-3/+14
* Use addressof instead of operator& in make_shared. Fixes PR38729. As a drive-...Marshall Clow2018-08-284-0/+32
* Mark LWG#2260 as complete. We already did the right thing, so I just added te...Marshall Clow2018-08-032-0/+2
* avoid new/delete ellision in construct.pass.cppEric Fiselier2018-03-251-0/+4
* [libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej2018-03-221-1/+1
* Use DoNotOptimize to prevent new/delete elision.Eric Fiselier2018-03-221-1/+5
* Fix improperly failing test - and the code it was testing. Thanks to Stephan ...Marshall Clow2018-03-221-3/+4
* Fix PR22634 - std::allocator doesn't respect over-aligned types.Eric Fiselier2018-03-221-22/+76
* Implement LWG3035: std::allocator's constructors should be constexpr.Marshall Clow2018-03-201-0/+50
* Disable test in C++<11 mode due to use of alignas.Richard Smith2018-02-011-0/+2
* Make std::get_temporary_buffer respect overaligned types when possibleRichard Smith2018-02-011-0/+33
* Land D28253 which fixes PR28929 (which we mistakenly marked as fixed before)Marshall Clow2017-12-052-0/+58
* Fix failure on C++03 botsMarshall Clow2017-11-272-0/+6
* Implement LWG#2948: unique_ptr does not define operator<< for stream outputMarshall Clow2017-11-272-0/+60
* More of P0600; marking allocation routines as [[nodiscard]]Marshall Clow2017-11-262-0/+79
* [libcxx] Implement std::to_address for C++20Eric Fiselier2017-11-221-0/+120
* Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed ...Billy Robert O'Neal III2017-11-212-2/+2
* Tolerate even more [[nodiscard]] in the STL. Reviewed as https://reviews.llvm...Billy Robert O'Neal III2017-11-153-7/+7
* Tolerate [[nodiscard]] annotations in the STL. Reviewed as https://reviews.ll...Billy Robert O'Neal III2017-11-151-1/+1
* Fix accidental ADL in std::allocator_traits meta-programming.Eric Fiselier2017-09-158-0/+84
* [libcxx] [test] Fix URLs in comments and make them HTTPS. NFC.Stephan T. Lavavej2017-08-051-1/+1
* Mark LWG 2942 as completeEric Fiselier2017-07-302-4/+2
* [libcxx] [test] Make files consistently end with newlines, NFC.Stephan T. Lavavej2017-07-293-3/+3
* [libcxx] [test] Untabify, NFC.Stephan T. Lavavej2017-07-295-14/+14
* [libcxx] [test] Remove an unused local typedef in enable_shared_from_this.pas...Stephan T. Lavavej2017-07-271-1/+0
* Fix test failure to to new/delete ellisionsEric Fiselier2017-07-091-2/+3
* [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
* Fix enable_shared_from_this test in C++11Eric Fiselier2017-05-101-7/+6
* [libc++] Fix PR32979 - types with a private std::enable_shared_from_this bas...Eric Fiselier2017-05-101-0/+11
* Add markup for libc++ dylib availabilityMehdi Amini2017-05-0410-20/+20
OpenPOWER on IntegriCloud