summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/containers/sequences/array
Commit message (Expand)AuthorAgeFilesLines
* [libcxx] [test] Include missing headers. (NFC)Stephan T. Lavavej2019-12-131-0/+4
* [libcxx][test][NFC] Fix comment typos.Stephan T. Lavavej2019-10-221-1/+1
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-318-0/+12
* Mark 'front()' and 'back()' as noexcept for array/deque/string/string_view. T...Marshall Clow2019-03-191-8/+16
* Update a deque test with more assertions. NFCMarshall Clow2019-03-151-6/+6
* Add noexcept to operator[] for array and deque. This is an extension. We alre...Marshall Clow2019-03-141-0/+11
* Support tests in freestandingJF Bastien2019-02-0435-35/+107
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1935-140/+105
* Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`. Eric Fiselier2019-01-161-2/+0
* Fix static assert diagnostic checks in i386Eric Fiselier2018-12-152-2/+2
* Tolerate Clangs new static_assert messagesEric Fiselier2018-12-142-2/+2
* [libcxx] Add checks for unique value of array<T, 0>.begin() and array<T, 0>.e...Louis Dionne2018-12-061-1/+8
* [libcxx] Make return value of array<T, 0>.data() checked only for libc++Louis Dionne2018-12-062-6/+6
* Revert "Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF...Eric Fiselier2018-11-281-0/+2
* Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`. Eric Fiselier2018-11-281-2/+0
* [libcxx] Add missing <cstddef> includes in testsLouis Dionne2018-11-192-0/+3
* Update the array tests to not use a local type; removes warnings in C++03. NFCMarshall Clow2018-10-123-9/+13
* Update the changes to the array tests (that I committed yesterday) to use the...Marshall Clow2018-08-031-55/+8
* Implement P1023: constexpr comparison operators for std::arrayMarshall Clow2018-08-021-0/+46
* Mark deduction guide tests as failing on apple-clang-9JF Bastien2018-05-291-1/+1
* Fix up the final bits of breakage due to clang v5 generating bad implicit tem...Marshall Clow2018-05-281-3/+3
* Fix array deduction guide test breakageJF Bastien2018-05-251-0/+3
* Disable 'missing-braces' warningMarshall Clow2018-05-182-0/+9
* Implement deduction guides for <array>; Reviewed as https://reviews.llvm.org/...Marshall Clow2018-05-182-0/+90
* Fix size and alignment of array<T, 0>.Eric Fiselier2018-02-071-2/+18
* Fix -verify static assert messages for older Clang versionsEric Fiselier2018-02-072-2/+2
* [libc++] Fix PR35491 - std::array of zero-size doesn't work with non-default ...Eric Fiselier2018-02-0714-4/+500
* Revert "[libc++] Fix PR35491 - std::array of zero-size doesn't work with non-...Nirav Dave2018-02-067-206/+0
* correct comment about C++03 assignment operatorsEric Fiselier2018-02-041-4/+4
* Make array<const T, 0> non-CopyAssignable and make swap and fill ill-formed.Eric Fiselier2018-02-044-0/+160
* [libc++] Fix PR35491 - std::array of zero-size doesn't work with non-default ...Eric Fiselier2018-02-044-0/+46
* Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed ...Billy Robert O'Neal III2017-11-211-2/+2
* First part of P0600 - '[[nodiscard] in the standard library'. Mark the 'empty...Marshall Clow2017-11-151-0/+28
* More missing tests - array<>::size() and array<>::max_size()Marshall Clow2017-11-152-0/+72
* [libcxx] [test] Untabify, NFC.Stephan T. Lavavej2017-07-293-4/+4
* [array.tuple]/1 says that instantiating tuple_element<N, array<T, M>> is ill-...Marshall Clow2017-06-121-0/+35
* Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in <array>Eric Fiselier2017-04-161-1/+3
* [libcxx] [test] Fix comment typos, strip trailing whitespace.Stephan T. Lavavej2017-01-183-4/+4
* Implement the missing constexpr stuff in <array>. Fixes PR#31645.Marshall Clow2017-01-163-3/+53
* [libcxx] [test] Strip trailing whitespace. NFC, no code review.Stephan T. Lavavej2017-01-071-2/+2
* Implement the last bit of P0031: 'A Proposal to Add Constexpr Modifiers to re...Marshall Clow2017-01-042-0/+47
* Protect std::array tests under noexceptionsRoger Ferrer Ibanez2016-11-291-3/+14
* [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.Stephan T. Lavavej2016-11-041-1/+3
* Update -verify test to use new static assert messageEric Fiselier2016-09-251-5/+0
* Make std::array typedef tests more portable.Eric Fiselier2016-06-301-4/+25
* Move remaining _LIBCPP_VERSION tests into test/libcxxEric Fiselier2016-06-221-20/+0
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-015-9/+9
* Fix C++03 build breakageEric Fiselier2016-04-221-2/+9
* Add is_swappable/is_nothrow_swappable traitsEric Fiselier2016-04-212-0/+50
* Add some more tests for the containers type requirementsMarshall Clow2016-03-091-0/+14
OpenPOWER on IntegriCloud