summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/tuple/tuple.tuple
Commit message (Expand)AuthorAgeFilesLines
* PR43764: Qualify a couple of calls to forward_as_tuple to be ADL-resilient.David Blaikie2019-10-281-0/+16
* [libcxx][test][NFC] Fix comment typos.Stephan T. Lavavej2019-10-222-2/+2
* [libc++] Take 2: Implement LWG 3158Louis Dionne2019-09-272-1/+34
* [libc++] Take 2: Implement LWG 2510Louis Dionne2019-09-262-2/+60
* [libc++] Purge mentions of GCC 4 from the test suiteLouis Dionne2019-09-252-2/+0
* Revert r372777: [libc++] Implement LWG 2510 and its follow-upsIlya Biryukov2019-09-256-88/+4
* [libc++] Purge mentions of GCC 4 from the test suiteLouis Dionne2019-09-243-3/+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-3141-0/+67
* add tuple_cat test for const TEric Fiselier2019-04-261-6/+6
* Fix return type of std::tuple_cat.Eric Fiselier2019-04-261-0/+15
* [libc++] Declare std::tuple_element as struct instead of classLouis Dionne2019-04-014-8/+4
* [libc++] Use UNSUPPORTED instead of TEST_STD_VER #ifdefLouis Dionne2019-02-051-7/+2
* Support tests in freestandingJF Bastien2019-02-0476-77/+229
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1978-312/+234
* Change from a to a . Fixes PR#39871.Marshall Clow2019-01-113-8/+8
* [NFC] Normalize some test 'main' signaturesJF Bastien2019-01-091-2/+1
* Portability fix: add missing includes and static_casts. Reviewed as https://r...Marshall Clow2018-12-182-0/+2
* [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
* 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-211-4/+4
* 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] Fix -Wmismatched-tags in tuple_size_structured_bindings.pass....Stephan T. Lavavej2017-06-201-2/+4
* [libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej2017-06-201-1/+1
* [libcxx] [test] Add more tests to tuple_size_structured_bindings.pass.cpp and...Stephan T. Lavavej2017-06-201-6/+16
* 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
* Fix or move tests with non-standard assumptionsEric Fiselier2017-05-121-46/+0
* 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
* Implement LWG 2773 - std::ignore should be constexpr.Eric Fiselier2017-02-061-0/+21
* [libcxx] [test] Fix comment typos.Stephan T. Lavavej2017-02-052-2/+2
* Revert previous cleanup; I got too agressive removing #ifdefsMarshall Clow2017-01-231-0/+2
* Removed some un-needed ifdefsMarshall Clow2017-01-231-2/+0
* [libcxx] [test] Fix comment typos, strip trailing whitespace.Stephan T. Lavavej2017-01-182-4/+4
* Fix XPASS buildbot failure related to structured bindingsEric Fiselier2017-01-051-1/+1
* Fix verify test on 32 bit systemsEric Fiselier2017-01-041-1/+1
* [libcxx] Re-implement LWG 2770 again: Fix tuple_size to work with structured ...Eric Fiselier2017-01-045-18/+307
* Re-implement LWG 2770 - Fix tuple_size with structured bindings.Eric Fiselier2017-01-023-24/+16
OpenPOWER on IntegriCloud