summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/containers/sequences/array/begin.pass.cpp
Commit message (Expand)AuthorAgeFilesLines
* Support tests in freestandingJF Bastien2019-02-041-1/+3
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [libcxx] Add checks for unique value of array<T, 0>.begin() and array<T, 0>.e...Louis Dionne2018-12-061-1/+8
* Update the array tests to not use a local type; removes warnings in C++03. NFCMarshall Clow2018-10-121-3/+4
* [libc++] Fix PR35491 - std::array of zero-size doesn't work with non-default ...Eric Fiselier2018-02-071-0/+10
* Revert "[libc++] Fix PR35491 - std::array of zero-size doesn't work with non-...Nirav Dave2018-02-061-9/+0
* [libc++] Fix PR35491 - std::array of zero-size doesn't work with non-default ...Eric Fiselier2018-02-041-0/+9
* Suppress array initialization warnings in std::experimental::apply testsEric Fiselier2015-10-011-1/+3
* Fix warnings in array and assoc containersEric Fiselier2015-07-181-2/+2
* Move test into test/std subdirectory.Eric Fiselier2014-12-201-0/+32
OpenPOWER on IntegriCloud