summaryrefslogtreecommitdiffstats
path: root/test/std/utilities/tuple
Commit message (Expand)AuthorAgeFilesLines
* 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-062-0/+77
* [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
* 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-152-269/+0
* Work around bug in initialization of std::array base class with older clangsEric Fiselier2016-12-142-3/+9
* [libcxx] Fix tuple construction/assignment from types derived from tuple/pair...Eric Fiselier2016-12-142-0/+263
* [libcxx] [test] Add LIBCPP_ASSERT_NOEXCEPT/LIBCPP_ASSERT_NOT_NOEXCEPT, remove...Stephan T. Lavavej2016-12-092-7/+6
* 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-0810-85/+85
* [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...Stephan T. Lavavej2016-12-082-55/+55
* [libcxx] [test] D27266: Remove spurious semicolons.Stephan T. Lavavej2016-12-061-1/+1
* Implement LWG 2770 - Make tuple_size<T> defined for all TEric Fiselier2016-11-133-4/+30
* 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-0414-17/+40
* Make make_from_tuple tests more portable. Patch from STL@microsoft.comEric Fiselier2016-10-231-4/+4
* Add missing <memory> include in testEric Fiselier2016-10-081-0/+1
* Recommit r276548 - Make pair/tuples assignment operators SFINAE properly.Eric Fiselier2016-07-252-0/+118
* Revert r276548 - Make pair/tuples assignment operators SFINAE properly.Eric Fiselier2016-07-252-118/+0
* Fix MSVC unreferenced parameter warning. Patch from STL@microsoft.comEric Fiselier2016-07-241-1/+1
* Make pair/tuples assignment operators SFINAE properly.Eric Fiselier2016-07-242-0/+118
* Suppress warning in make_from_tuple tests.Eric Fiselier2016-07-181-0/+4
* Implement C++17 tuple bits. Including apply and make_from_tuple.Eric Fiselier2016-07-187-0/+1151
* Handle std::get<T>(...) for std::tuple<>Eric Fiselier2016-07-021-0/+3
* Rewrite std::get<Type>(...) helper using constexpr functions.Eric Fiselier2016-07-025-92/+35
* Cleanup SFINAE in tuple, and add tests for reference assignmentEric Fiselier2016-07-022-0/+31
* Make tuple_constructible and family lazy again.Eric Fiselier2016-07-021-0/+102
* Flatten the tuple_element and __make_tuple_types implementations.Eric Fiselier2016-07-011-0/+34
* Move remaining _LIBCPP_VERSION tests into test/libcxxEric Fiselier2016-06-221-20/+0
* Fix comment typos, strip trailing whitespace. Patch from STL@microsoft.comEric Fiselier2016-06-221-2/+2
* Fix PR27684 - std::tuple no longer accepts reference to incomplete type in so...Eric Fiselier2016-06-212-20/+56
* Fix warning in tuple tests. The test suite should now run clean with most war...Eric Fiselier2016-06-151-8/+3
* Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier2016-06-142-2/+6
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-0111-13/+13
* [libcxx] Improve tests to use the UNSUPPORTED lit directiveAsiri Rathnayake2016-05-284-16/+0
* Guard testing of tuple extensions to make tests portableEric Fiselier2016-05-275-2/+16
* Remove names of unreferenced parameters. Patch from STL@microsoft.comEric Fiselier2016-04-281-2/+2
* Fix some non-standard parts of our test suite. Reported by STLEric Fiselier2016-04-221-0/+1
* Make tuples constructors conditionally EXPLICIT. See N4387Eric Fiselier2016-04-1911-3/+285