summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/containers/sequences/array/array.swap
Commit message (Expand)AuthorAgeFilesLines
* Support tests in freestandingJF Bastien2019-02-042-2/+6
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-192-8/+6
* Fix -verify static assert messages for older Clang versionsEric Fiselier2018-02-071-1/+1
* [libc++] Fix PR35491 - std::array of zero-size doesn't work with non-default ...Eric Fiselier2018-02-071-0/+30
* Revert "[libc++] Fix PR35491 - std::array of zero-size doesn't work with non-...Nirav Dave2018-02-061-30/+0
* Make array<const T, 0> non-CopyAssignable and make swap and fill ill-formed.Eric Fiselier2018-02-041-0/+30
* Add is_swappable/is_nothrow_swappable traitsEric Fiselier2016-04-211-0/+19
* non-member swap for array was mistakenly taking const ref params. Fixed and a...Marshall Clow2016-03-071-1/+28
* Suppress array initialization warnings in std::experimental::apply testsEric Fiselier2015-10-011-1/+3
* Fix warnings in array and assoc containersEric Fiselier2015-07-181-0/+2
* Move test into test/std subdirectory.Eric Fiselier2014-12-201-0/+43
OpenPOWER on IntegriCloud