summaryrefslogtreecommitdiff
path: root/libcxx/test/std/containers/sequences/array/array.swap/swap.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-02-04Support tests in freestandingJF Bastien
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2016-04-21Add is_swappable/is_nothrow_swappable traitsEric Fiselier
2016-03-07non-member swap for array was mistakenly taking const ref params. Fixed and a...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