summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/utility/pairs/pairs.pair
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Take 2: Implement LWG 2510Louis Dionne2019-09-262-1/+48
* [libc++] Purge mentions of GCC 4 from the test suiteLouis Dionne2019-09-252-8/+0
* Revert r372777: [libc++] Implement LWG 2510 and its follow-upsIlya Biryukov2019-09-253-43/+9
* [libc++] Purge mentions of GCC 4 from the test suiteLouis Dionne2019-09-243-9/+1
* [libc++] Try fixing tests that fail on GCC 5 and olderLouis Dionne2019-09-241-0/+4
* [libc++] Implement LWG 2510Louis Dionne2019-09-242-1/+39
* libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber2019-08-219-13/+13
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-3114-0/+28
* Support tests in freestandingJF Bastien2019-02-0423-23/+69
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1923-92/+69
* [pair] Mark constructors as conditionally noexceptLouis Dionne2018-12-111-2/+3
* Revert "[pair] Mark constructors as conditionally noexcept"Louis Dionne2018-12-111-3/+2
* [pair] Mark constructors as conditionally noexceptLouis Dionne2018-12-111-2/+3
* [libcxx] [test] Avoid MSVC truncation warnings.Stephan T. Lavavej2018-04-123-4/+4
* fix typo in align_const_pair_U_V.pass.cppEric Fiselier2018-03-291-1/+1
* Move libc++ pair/tuple assign test to libcxx/ test directory.Eric Fiselier2018-03-293-140/+38
* Fix accidental assignment inside test assertsEric Fiselier2017-10-042-2/+2
* Add C++17 explicit deduction guides to std::pair.Eric Fiselier2017-10-041-0/+80
* [libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej2017-06-201-1/+1
* 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/+2
* [libcxx] [test] Fix Clang -Wunused-local-typedef, part 3/3.Stephan T. Lavavej2017-02-051-1/+1
* Remove all usages of REQUIRES-ANY in the test suite.Eric Fiselier2017-01-241-1/+1
* [libcxx] [test] Fix comment typos, strip trailing whitespace.Stephan T. Lavavej2017-01-182-2/+2
* Fix XFAILS for is_trivially_destructible traitEric Fiselier2016-12-151-3/+0
* Fix typoEric Fiselier2016-12-151-1/+1
* Add tests for LWG 2796Eric Fiselier2016-12-151-0/+35
* [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...Stephan T. Lavavej2016-12-086-8/+8
* Disable trivial pair copy/move tests when unsupportedDimitry Andric2016-10-121-0/+6
* Remove all instances of _LIBCPP_HAS_NO_RVALUE_REFERENCES from test/std/utilitiesEric Fiselier2016-10-011-2/+2
* Fix pair::operator=(TupleLike&&).Eric Fiselier2016-08-291-0/+140
* Revert r279953 - Fix pair::operator=(TupleLike&&)Eric Fiselier2016-08-291-135/+0
* Fix pair::operator=(TupleLike&&).Eric Fiselier2016-08-291-0/+135
* Unbreak C++03 build.Eric Fiselier2016-08-111-1/+1
* Refactor test archetypes implementation.Eric Fiselier2016-08-116-68/+74
* Remove use of C++1z static assert in C++11 testEric Fiselier2016-07-251-8/+8
* Implement the std::pair parts of "Improving pair and tuple". Completes N4387.Eric Fiselier2016-07-259-35/+668
* Recommit r276548 - Make pair/tuples assignment operators SFINAE properly.Eric Fiselier2016-07-253-2/+216
* Revert r276548 - Make pair/tuples assignment operators SFINAE properly.Eric Fiselier2016-07-253-192/+2
* Don't SFINAE pair's copy assignment operator in C++03 mode.Eric Fiselier2016-07-251-0/+36
* Make pair/tuples assignment operators SFINAE properly.Eric Fiselier2016-07-242-2/+156
* Remove _LIBCPP_TRIVIAL_PAIR_COPY_CTOR option.Eric Fiselier2016-06-143-6/+94
* Removing some trailing whitespaceEric Fiselier2016-05-041-1/+1
* Mark some test XFAIL for GCC 4.9 due to missing is_trivial* traitsEric Fiselier2016-01-202-1/+12
* [libcxx] Fix LWG Issue #2367 - Fixing std::tuple and std::pair's default cons...Eric Fiselier2015-12-232-6/+175
* The test I cnecked in to check the fix for PR#24890 failed (as expected) w/o ...Marshall Clow2015-09-221-0/+1
* Check in the test for PR#24890 that I forgot in previous commitMarshall Clow2015-09-221-0/+18
* Move test into test/std subdirectory.Eric Fiselier2014-12-2012-0/+453
OpenPOWER on IntegriCloud