summaryrefslogtreecommitdiff
path: root/libcxx/test/std/containers/sequences/array/array.fill
AgeCommit message (Expand)Author
2025-02-25[libc++] Make .verify.cpp tests more robust against changing headers (#128703)Nikolas Klauser
2025-02-11[libc++][NFC] Run the container tests through clang-format (#126499)Louis Dionne
2024-12-21[libc++][C++03] Use `__cxx03/` headers in C++03 mode (#109002)Nikolas Klauser
2023-09-28[libc++][NFC] Simplify checks for static assertions in .verify.cpp tests (#67...Louis Dionne
2023-07-03[libc++] Move all the remaining .fail.cpp tests to .verify.cppLouis Dionne
2022-07-25Rewording "static_assert" diagnosticsMuhammad Usman Shahid
2022-07-21Revert "Rewording the "static_assert" to static assertion"Erich Keane
2022-07-21Rewording the "static_assert" to static assertionMuhammad Usman Shahid
2022-06-30Improve the formatting of static_assert messagesCorentin Jabot
2021-09-22[libc++][test] Remove disable_missing_braces_warning.h from testsJoe Loser
2021-08-12[libc++] Remove Lit annotations for unsupported GCC versions from the test suiteLouis Dionne
2020-05-28[libc++] Complete overhaul of constexpr support in std::arrayLouis Dionne
2020-04-06[libc++] Always use -fsyntax-only in .fail.cpp testsLouis Dionne
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-02-07Fix -verify static assert messages for older Clang versionsEric Fiselier
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-04Make array<const T, 0> non-CopyAssignable and make swap and fill ill-formed.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