summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/memory
Commit message (Expand)AuthorAgeFilesLines
* 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
* [libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej2017-05-041-1/+1
* Allow a standard library to implement conditional noexcept for optional and u...Billy Robert O'Neal III2017-04-181-2/+6
* Rewrite and cleanup unique_ptr tests.Eric Fiselier2017-04-15152-8073/+0
* Fix template >> within C++03 codeEric Fiselier2017-04-131-1/+1
* Fix C++03 test failuresEric Fiselier2017-04-132-2/+2
* Add tests that std::unique_ptr's default constructor is constexpr.Eric Fiselier2017-04-133-49/+50
* [libcxx] Fix __compressed_pair so it doesn't copy the argument multiple times...Eric Fiselier2017-04-121-13/+14
* Fix test failures with older Clang versionsEric Fiselier2017-04-122-0/+4
* Fix incorrectly qualified return type from unique_ptr::get_deleter().Eric Fiselier2017-04-122-22/+60
* Implement LWG#2873: 'Add noexcept to several shared_ptr related functions' Th...Marshall Clow2017-04-115-15/+35
* Revert "Allow a standard library to implement conditional noexcept for option...Akira Hatanaka2017-04-071-5/+1
* Add noexcept(false) to more strongly indicate that not being noexcept is impo...Billy Robert O'Neal III2017-04-061-1/+1
* Allow a standard library to implement conditional noexcept for optional and u...Billy Robert O'Neal III2017-04-061-1/+5
* Silence a couple of 'unused variable' warnings in c++03 tests. No functional ...Marshall Clow2017-03-232-0/+2
* Implement P0599: 'noexcept for hash functions'. Fix a couple of hash function...Marshall Clow2017-03-231-0/+1
* Add deployment knobs to tests (for Apple platforms)Mehdi Amini2017-03-1510-20/+20
* Fixed unintentional assignment-in-assert in new "extending memory management ...Billy Robert O'Neal III2017-03-146-6/+6
* Remove more usages of REQUIRES-ANY in the test-suiteEric Fiselier2017-03-023-3/+3
* Update all bug URL's to point to https://bugs.llvm.org/...Eric Fiselier2017-02-172-3/+3
* Remove auto_ptr in C++17. Get it back by defining _LIBCPP_ENABLE_CXX17_REMOVE...Marshall Clow2017-01-243-1/+3
* Fix recent build errorsEric Fiselier2017-01-211-2/+5
OpenPOWER on IntegriCloud