summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/utility/pairs/pair.astuple
Commit message (Expand)AuthorAgeFilesLines
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-314-0/+8
* 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
* Remove unneeded typename from testRoger Ferrer Ibanez2017-10-101-1/+1
* Added failing tests for index out of range for tuple_element<pair<T1,T2>> and...Marshall Clow2017-06-281-0/+22
* [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...Stephan T. Lavavej2016-12-084-6/+6
* Remove all instances of _LIBCPP_HAS_NO_RVALUE_REFERENCES from test/std/utilitiesEric Fiselier2016-10-011-2/+2
* Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier2016-06-142-3/+7
* [libcxx] Improve tests to use the UNSUPPORTED lit directiveAsiri Rathnayake2016-05-283-12/+3
* Add a bunch of missing includes in the test suite to make it more portable. F...Marshall Clow2016-01-121-0/+1
* [libcxx] LWG2485: get() should be overloaded for const tuple&&. Patch from K-...Eric Fiselier2015-12-182-5/+111
* [libcxx] Move tuple_size and tuple_element overloads for pair and array out o...Eric Fiselier2015-03-172-7/+44
* Move test into test/std subdirectory.Eric Fiselier2014-12-2010-0/+321
OpenPOWER on IntegriCloud