summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/containers/sequences/array/array.data/data.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] Make return value of array<T, 0>.data() checked only for libc++Louis Dionne2018-12-061-4/+4
* [libcxx] Add missing <cstddef> includes in testsLouis Dionne2018-11-191-0/+2
* Update the array tests to not use a local type; removes warnings in C++03. NFCMarshall Clow2018-10-121-3/+5
* [libc++] Fix PR35491 - std::array of zero-size doesn't work with non-default ...Eric Fiselier2018-02-071-1/+29
* Revert "[libc++] Fix PR35491 - std::array of zero-size doesn't work with non-...Nirav Dave2018-02-061-18/+0
* Make array<const T, 0> non-CopyAssignable and make swap and fill ill-formed.Eric Fiselier2018-02-041-0/+8
* [libc++] Fix PR35491 - std::array of zero-size doesn't work with non-default ...Eric Fiselier2018-02-041-0/+10
* 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/+35
OpenPOWER on IntegriCloud