summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.helper
Commit message (Expand)AuthorAgeFilesLines
* Revert r372777: [libc++] Implement LWG 2510 and its follow-upsIlya Biryukov2019-09-252-0/+2
* [libc++] Purge mentions of GCC 4 from the test suiteLouis Dionne2019-09-242-2/+0
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-317-0/+14
* [libc++] Declare std::tuple_element as struct instead of classLouis Dionne2019-04-014-8/+4
* Support tests in freestandingJF Bastien2019-02-0412-12/+36
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1912-48/+36
* Change from a to a . Fixes PR#39871.Marshall Clow2019-01-113-8/+8
* [libcxx] [test] Fix -Wmismatched-tags in tuple_size_structured_bindings.pass....Stephan T. Lavavej2017-06-201-2/+4
* [libcxx] [test] Add more tests to tuple_size_structured_bindings.pass.cpp and...Stephan T. Lavavej2017-06-201-6/+16
* 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
* Implement LWG 2770 - Make tuple_size<T> defined for all TEric Fiselier2016-11-133-4/+30
* [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.Stephan T. Lavavej2016-11-041-1/+3
* Implement C++17 tuple bits. Including apply and make_from_tuple.Eric Fiselier2016-07-183-0/+96
* Flatten the tuple_element and __make_tuple_types implementations.Eric Fiselier2016-07-011-0/+34
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-012-2/+2
* Guard testing of tuple extensions to make tests portableEric Fiselier2016-05-271-0/+1
* [libcxx] Mark most tuple tests UNSUPPORTED for c++03 and c++98.Eric Fiselier2015-02-192-0/+4
* Move test into test/std subdirectory.Eric Fiselier2014-12-204-0/+188
OpenPOWER on IntegriCloud