summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/containers/sequences/array/front_back.pass.cpp
Commit message (Expand)AuthorAgeFilesLines
* Mark 'front()' and 'back()' as noexcept for array/deque/string/string_view. T...Marshall Clow2019-03-191-8/+16
* 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
* [libc++] Fix PR35491 - std::array of zero-size doesn't work with non-default ...Eric Fiselier2018-02-071-1/+32
* [libcxx] [test] Untabify, NFC.Stephan T. Lavavej2017-07-291-2/+2
* [libcxx] [test] Fix comment typos, strip trailing whitespace.Stephan T. Lavavej2017-01-181-2/+2
* Implement the missing constexpr stuff in <array>. Fixes PR#31645.Marshall Clow2017-01-161-3/+23
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-011-1/+1
* 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/+6
* Move test into test/std subdirectory.Eric Fiselier2014-12-201-0/+62
OpenPOWER on IntegriCloud