summaryrefslogtreecommitdiff
path: root/libcxx/test/std/containers/sequences/array/array.cons
AgeCommit message (Expand)Author
2025-08-25[libcxx][test] Fix typos (#155217)Stephan T. Lavavej
2025-02-11[libc++][NFC] Run the container tests through clang-format (#126499)Louis Dionne
2024-05-29[clang] Preserve Qualifiers and type sugar in TemplateNames (#93433)Matheus Izvekov
2024-03-09[libc++][test] Fix MSVC warning C4127 in `array.cons/initialization.pass.cpp`...Stephan T. Lavavej
2023-12-15[libc++] Fix constexpr initialization of std::array<T, 0> (#74667)Louis Dionne
2023-07-03[libc++] Move all the remaining .fail.cpp tests to .verify.cppLouis Dionne
2021-10-07[libc++] Use addressof in assignment operator.Mark de Wever
2021-09-22[libc++][test] Remove disable_missing_braces_warning.h from testsJoe Loser
2021-08-20[libc++] Remove test-suite annotations for unsupported Clang versionsLouis Dionne
2021-08-18[libc++] Remove workarounds for the lack of deduction guides in C++17Louis Dionne
2020-06-03[libc++] Remove the c++98 Lit feature from the test suiteLouis Dionne
2020-05-29[libc++] Fix issues with the triviality of std::arrayLouis Dionne
2020-05-28[libc++] Complete overhaul of constexpr support in std::arrayLouis Dionne
2019-10-22[libcxx][test][NFC] Fix comment typos.Stephan T. Lavavej
2019-05-31Add include for 'test_macros.h' to all the tests that were missing them. Than...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-05-29Mark deduction guide tests as failing on apple-clang-9JF Bastien
2018-05-28Fix up the final bits of breakage due to clang v5 generating bad implicit tem...Marshall Clow
2018-05-25Fix array deduction guide test breakageJF Bastien
2018-05-18Disable 'missing-braces' warningMarshall Clow
2018-05-18Implement deduction guides for <array>; Reviewed as https://reviews.llvm.org/...Marshall Clow
2018-02-07[libc++] Fix PR35491 - std::array of zero-size doesn't work with non-default ...Eric Fiselier
2018-02-06Revert "[libc++] Fix PR35491 - std::array of zero-size doesn't work with non-...Nirav Dave
2018-02-04correct comment about C++03 assignment operatorsEric Fiselier
2018-02-04Make array<const T, 0> non-CopyAssignable and make swap and fill ill-formed.Eric Fiselier
2018-02-04[libc++] Fix PR35491 - std::array of zero-size doesn't work with non-default ...Eric Fiselier
2016-02-23Add additional tests to ensure that we DTRT with short lists. This is LWG#259...Marshall Clow
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