summaryrefslogtreecommitdiff
path: root/libcxx/test/std/containers/sequences/array/front_back.pass.cpp
AgeCommit message (Expand)Author
2025-02-11[libc++][NFC] Run the container tests through clang-format (#126499)Louis Dionne
2021-09-22[libc++][test] Remove disable_missing_braces_warning.h from testsJoe Loser
2020-05-28[libc++] Complete overhaul of constexpr support in std::arrayLouis Dionne
2019-03-19Mark 'front()' and 'back()' as noexcept for array/deque/string/string_view. T...Marshall Clow
2019-02-04Support tests in freestandingJF Bastien
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-02-07[libc++] Fix PR35491 - std::array of zero-size doesn't work with non-default ...Eric Fiselier
2017-07-29[libcxx] [test] Untabify, NFC.Stephan T. Lavavej
2017-01-18[libcxx] [test] Fix comment typos, strip trailing whitespace.Stephan T. Lavavej
2017-01-16Implement the missing constexpr stuff in <array>. Fixes PR#31645.Marshall Clow
2016-06-01Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier
2015-10-01Suppress array initialization warnings in std::experimental::apply testsEric Fiselier
2015-07-18Fix warnings in array and assoc containersEric Fiselier
2014-12-20Move test into test/std subdirectory.Eric Fiselier