summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Take 2: Implement LWG 3158Louis Dionne2019-09-272-1/+34
* [libc++] Take 2: Implement LWG 2510Louis Dionne2019-09-262-2/+60
* Revert r372777: [libc++] Implement LWG 2510 and its follow-upsIlya Biryukov2019-09-254-88/+2
* [libc++] Purge mentions of GCC 4 from the test suiteLouis Dionne2019-09-241-1/+1
* [libc++] Try fixing tests that fail on GCC 5 and olderLouis Dionne2019-09-241-0/+4
* [libc++] Implement LWG 3158Louis Dionne2019-09-242-1/+34
* [libc++] Implement LWG 2510Louis Dionne2019-09-242-1/+50
* Fix various test failures with GCCEric Fiselier2019-09-131-1/+1
* libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber2019-08-212-2/+2
* [libc++] Mark std::tuple CTAD test as failing on AppleClang 9Louis Dionne2019-08-141-0/+1
* [libc++] Implement CTAD for std::tupleLouis Dionne2019-08-121-13/+57
* Fix non-conformance it `std::tuple`.Eric Fiselier2019-07-121-0/+16
* Fix tuple's conditionally explicit constructors for very weird userEric Fiselier2019-07-031-0/+14
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-3120-0/+29
* Support tests in freestandingJF Bastien2019-02-0434-34/+102
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1934-136/+102
* Portability fix: add missing includes and static_casts. Reviewed as https://r...Marshall Clow2018-12-181-0/+1
* [libcxx] [test] Fix MSVC warnings and errors.Stephan T. Lavavej2018-02-261-0/+1
* [libc++] Fix PR20855 -- libc++ incorrectly diagnoses illegal reference bindin...Eric Fiselier2018-01-241-0/+136
* Placate unused variable warnings uncovered by improvements to clang's -Wunuse...Benjamin Kramer2017-10-143-0/+5
* Add C++17 explicit deduction guides to std::pair.Eric Fiselier2017-10-041-3/+4
* [libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej2017-06-201-1/+1
* XFAIL tuple deduction guide test on GCCEric Fiselier2017-06-081-0/+5
* Add tests for class template deduction on std::tuple.Eric Fiselier2017-06-081-0/+150
* Mark LWG#2796 as complete. No functionality change; we had tests that covered...Marshall Clow2017-05-111-0/+4
* Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the utilities libraryEric Fiselier2017-04-191-2/+0
* Update all bug URL's to point to https://bugs.llvm.org/...Eric Fiselier2017-02-172-2/+2
* [libcxx] [test] Fix comment typos.Stephan T. Lavavej2017-02-051-1/+1
* [libcxx] [test] Fix comment typos, strip trailing whitespace.Stephan T. Lavavej2017-01-182-4/+4
* Fix unused parameters and variablesEric Fiselier2016-12-234-8/+11
* Fix XFAILS for is_trivially_destructible traitEric Fiselier2016-12-151-3/+0
* Add tests for LWG 2796Eric Fiselier2016-12-151-0/+38
* Add more test cases for PR31384Eric Fiselier2016-12-151-9/+59
* Add test case for PR31384Eric Fiselier2016-12-151-0/+38
* Revert r289727 due to PR31384Eric Fiselier2016-12-151-154/+0
* Work around bug in initialization of std::array base class with older clangsEric Fiselier2016-12-141-2/+6
* [libcxx] Fix tuple construction/assignment from types derived from tuple/pair...Eric Fiselier2016-12-141-0/+150
* Fix PR27374 - Remove the implicit reduced-arity-extension in tuple.Eric Fiselier2016-12-081-7/+14
* [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...Stephan T. Lavavej2016-12-086-50/+50
* Fix PR30979 - tuple<move_only> is constructible from move_only const&Eric Fiselier2016-11-131-0/+50
* [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.Stephan T. Lavavej2016-11-045-7/+15
* Make tuple_constructible and family lazy again.Eric Fiselier2016-07-021-0/+102
* Fix PR27684 - std::tuple no longer accepts reference to incomplete type in so...Eric Fiselier2016-06-212-20/+56
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-013-5/+5
* Guard testing of tuple extensions to make tests portableEric Fiselier2016-05-274-2/+15
* Make tuples constructors conditionally EXPLICIT. See N4387Eric Fiselier2016-04-1911-3/+285
* Cleanup and guard tuple's constructor SFINAE. Fixes PR22806 and PR23256.Eric Fiselier2016-04-153-2/+278
* [libcxx] Remove the "reduced-arity-initialization" extension from the uses-al...Eric Fiselier2016-04-152-55/+98
* [libc++] Try and prevent evaluation of `is_default_constructible` on tuples d...Eric Fiselier2015-02-211-0/+17
* Mark more tuple tests as unsupported in C++98 && C++03Eric Fiselier2015-02-191-0/+2
OpenPOWER on IntegriCloud