summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/containers/sequences/array/array.data
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
* [libcxx] Make return value of array<T, 0>.data() checked only for libc++Louis Dionne2018-12-062-6/+6
* [libcxx] Add missing <cstddef> includes in testsLouis Dionne2018-11-192-0/+3
* Update the array tests to not use a local type; removes warnings in C++03. NFCMarshall Clow2018-10-122-6/+9
* [libc++] Fix PR35491 - std::array of zero-size doesn't work with non-default ...Eric Fiselier2018-02-072-1/+48
* Revert "[libc++] Fix PR35491 - std::array of zero-size doesn't work with non-...Nirav Dave2018-02-062-28/+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-042-0/+20
* Implement the last bit of P0031: 'A Proposal to Add Constexpr Modifiers to re...Marshall Clow2017-01-041-0/+14
* Suppress array initialization warnings in std::experimental::apply testsEric Fiselier2015-10-012-2/+6
* Fix warnings in array and assoc containersEric Fiselier2015-07-182-0/+4
* Move test into test/std subdirectory.Eric Fiselier2014-12-202-0/+70
OpenPOWER on IntegriCloud