summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities
Commit message (Expand)AuthorAgeFilesLines
* Fix has_unique_object_representation after Clang commit r324134.Eric Fiselier2018-02-021-2/+4
* 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
* [libc++] Fix PR20855 -- libc++ incorrectly diagnoses illegal reference bindin...Eric Fiselier2018-01-241-0/+136
* include <cstdint> to get uint32_tMarshall Clow2018-01-241-0/+1
* Implement P0463R1: 'Endian just Endian'. Reviewed as https://reviews.llvm.org...Marshall Clow2018-01-241-0/+47
* Last batch of P0202 constexpr additions: includes/set_intersection/exchangeMarshall Clow2018-01-221-1/+29
* Fix most GCC test failures.Eric Fiselier2018-01-181-0/+48
* [libcxx] [test] Improve MSVC portability.Stephan T. Lavavej2018-01-101-4/+8
* Apparently 'C++14' is different than 'c++14'Marshall Clow2018-01-081-1/+1
* Add the C++17 extensions to std::search. Include the default searcher, but no...Marshall Clow2018-01-0811-0/+1264
* Add pre-C++11 is_constructible wrappers for 3 argumentsDimitry Andric2018-01-071-0/+12
* Implement p0258r2: has_unique_object_representationsMarshall Clow2018-01-031-0/+104
* [libcxx] [test] Fix line endings, avoid unnecessary non-ASCII.Stephan T. Lavavej2017-12-131-1/+1
* [libcxx] [test] Fix MSVC warnings, null pointer deref.Stephan T. Lavavej2017-12-133-7/+4
* [libcxx] P0604, invoke_result and is_invocableZhihao Yuan2017-12-128-291/+349
* [libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej2017-12-071-1/+1
* Land D28253 which fixes PR28929 (which we mistakenly marked as fixed before)Marshall Clow2017-12-052-0/+58
* Fix problems with r'890 when building on machines where sizeof(size_t) != siz...Marshall Clow2017-11-272-6/+3
* Fix PR#35438 - bitset constructor does not zero unused bitsMarshall Clow2017-11-272-1/+20
* 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-264-0/+137
* [libcxx] Implement std::to_address for C++20Eric Fiselier2017-11-221-0/+120
* Add another test_macros.h include I missed to tuple.by.type.pass.cppBilly Robert O'Neal III2017-11-221-0/+1
* Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed ...Billy Robert O'Neal III2017-11-218-17/+17
* Tolerate even more [[nodiscard]] in the STL. Reviewed as https://reviews.llvm...Billy Robert O'Neal III2017-11-154-10/+10
* Tolerate [[nodiscard]] annotations in the STL. Reviewed as https://reviews.ll...Billy Robert O'Neal III2017-11-158-9/+9
* Implement P0550R2: Transformation Trait remove_cvrefMarshall Clow2017-11-131-0/+52
* Add a fail test for aligned_union of an incomplete type. See LWG#2979. NFCMarshall Clow2017-10-311-0/+23
* Placate unused variable warnings uncovered by improvements to clang's -Wunuse...Benjamin Kramer2017-10-145-0/+7
* Remove unneeded typename from testRoger Ferrer Ibanez2017-10-102-2/+2
* Fix accidental assignment inside test assertsEric Fiselier2017-10-042-2/+2
* Add C++17 explicit deduction guides to std::pair.Eric Fiselier2017-10-042-3/+84
* Fix two failing -verify tests to tolerate old and new clang versionsEric Fiselier2017-09-172-5/+5
* Fix failing -verify tests due to change in Clangs static_assert message.Eric Fiselier2017-09-176-28/+28
* Fix accidental ADL in std::allocator_traits meta-programming.Eric Fiselier2017-09-158-0/+84
* Fix PR34298 - Allow std::function with an incomplete return type.Eric Fiselier2017-09-101-1/+36
* Revert "Fix PR34298 - Allow std::function with an incomplete return type."Eric Fiselier2017-09-101-36/+1
* Fix PR34298 - Allow std::function with an incomplete return type.Eric Fiselier2017-09-101-1/+36
* [test] Cleanup nullopt_t testsCasey Carter2017-08-313-44/+14
* [libcxx] [test] Update for C++17 feature removals.Stephan T. Lavavej2017-08-248-11/+27
* [libcxx] [test] Rename _Up to U, etc. NFCI.Stephan T. Lavavej2017-08-114-16/+16
* [libcxx] [test] Rename _Tp to T. NFCI.Stephan T. Lavavej2017-08-117-14/+14
* [libcxx] [test] Fix URLs in comments and make them HTTPS. NFC.Stephan T. Lavavej2017-08-055-5/+5
* Mark LWG 2942 as completeEric Fiselier2017-07-302-4/+2
* [libcxx] [test] Change comments to say C++ instead of c++. NFC.Stephan T. Lavavej2017-07-295-5/+5
* [libcxx] [test] In func.wrap.func.con/alloc_F.pass.cpp, fix REQUIRES whitespa...Stephan T. Lavavej2017-07-291-1/+1
* [libcxx] [test] Make files consistently end with newlines, NFC.Stephan T. Lavavej2017-07-294-4/+4
* [libcxx] [test] Untabify, NFC.Stephan T. Lavavej2017-07-2918-57/+57
OpenPOWER on IntegriCloud