| Commit message (Expand) | Author | Age | Files | Lines |
* | [libcxx] [test] Include missing headers. (NFC) | Stephan T. Lavavej | 2019-12-13 | 1 | -0/+4 |
* | [libcxx][test][NFC] Fix comment typos. | Stephan T. Lavavej | 2019-10-22 | 1 | -1/+1 |
* | Add include for 'test_macros.h' to all the tests that were missing them. Than... | Marshall Clow | 2019-05-31 | 8 | -0/+12 |
* | Mark 'front()' and 'back()' as noexcept for array/deque/string/string_view. T... | Marshall Clow | 2019-03-19 | 1 | -8/+16 |
* | Update a deque test with more assertions. NFC | Marshall Clow | 2019-03-15 | 1 | -6/+6 |
* | Add noexcept to operator[] for array and deque. This is an extension. We alre... | Marshall Clow | 2019-03-14 | 1 | -0/+11 |
* | Support tests in freestanding | JF Bastien | 2019-02-04 | 35 | -35/+107 |
* | Update more file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 35 | -140/+105 |
* | Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`. | Eric Fiselier | 2019-01-16 | 1 | -2/+0 |
* | Fix static assert diagnostic checks in i386 | Eric Fiselier | 2018-12-15 | 2 | -2/+2 |
* | Tolerate Clangs new static_assert messages | Eric Fiselier | 2018-12-14 | 2 | -2/+2 |
* | [libcxx] Add checks for unique value of array<T, 0>.begin() and array<T, 0>.e... | Louis Dionne | 2018-12-06 | 1 | -1/+8 |
* | [libcxx] Make return value of array<T, 0>.data() checked only for libc++ | Louis Dionne | 2018-12-06 | 2 | -6/+6 |
* | Revert "Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF... | Eric Fiselier | 2018-11-28 | 1 | -0/+2 |
* | Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`. | Eric Fiselier | 2018-11-28 | 1 | -2/+0 |
* | [libcxx] Add missing <cstddef> includes in tests | Louis Dionne | 2018-11-19 | 2 | -0/+3 |
* | Update the array tests to not use a local type; removes warnings in C++03. NFC | Marshall Clow | 2018-10-12 | 3 | -9/+13 |
* | Update the changes to the array tests (that I committed yesterday) to use the... | Marshall Clow | 2018-08-03 | 1 | -55/+8 |
* | Implement P1023: constexpr comparison operators for std::array | Marshall Clow | 2018-08-02 | 1 | -0/+46 |
* | Mark deduction guide tests as failing on apple-clang-9 | JF Bastien | 2018-05-29 | 1 | -1/+1 |
* | Fix up the final bits of breakage due to clang v5 generating bad implicit tem... | Marshall Clow | 2018-05-28 | 1 | -3/+3 |
* | Fix array deduction guide test breakage | JF Bastien | 2018-05-25 | 1 | -0/+3 |
* | Disable 'missing-braces' warning | Marshall Clow | 2018-05-18 | 2 | -0/+9 |
* | Implement deduction guides for <array>; Reviewed as https://reviews.llvm.org/... | Marshall Clow | 2018-05-18 | 2 | -0/+90 |
* | Fix size and alignment of array<T, 0>. | Eric Fiselier | 2018-02-07 | 1 | -2/+18 |
* | Fix -verify static assert messages for older Clang versions | Eric Fiselier | 2018-02-07 | 2 | -2/+2 |
* | [libc++] Fix PR35491 - std::array of zero-size doesn't work with non-default ... | Eric Fiselier | 2018-02-07 | 14 | -4/+500 |
* | Revert "[libc++] Fix PR35491 - std::array of zero-size doesn't work with non-... | Nirav Dave | 2018-02-06 | 7 | -206/+0 |
* | correct comment about C++03 assignment operators | Eric Fiselier | 2018-02-04 | 1 | -4/+4 |
* | Make array<const T, 0> non-CopyAssignable and make swap and fill ill-formed. | Eric Fiselier | 2018-02-04 | 4 | -0/+160 |
* | [libc++] Fix PR35491 - std::array of zero-size doesn't work with non-default ... | Eric Fiselier | 2018-02-04 | 4 | -0/+46 |
* | Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed ... | Billy Robert O'Neal III | 2017-11-21 | 1 | -2/+2 |
* | First part of P0600 - '[[nodiscard] in the standard library'. Mark the 'empty... | Marshall Clow | 2017-11-15 | 1 | -0/+28 |
* | More missing tests - array<>::size() and array<>::max_size() | Marshall Clow | 2017-11-15 | 2 | -0/+72 |
* | [libcxx] [test] Untabify, NFC. | Stephan T. Lavavej | 2017-07-29 | 3 | -4/+4 |
* | [array.tuple]/1 says that instantiating tuple_element<N, array<T, M>> is ill-... | Marshall Clow | 2017-06-12 | 1 | -0/+35 |
* | Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in <array> | Eric Fiselier | 2017-04-16 | 1 | -1/+3 |
* | [libcxx] [test] Fix comment typos, strip trailing whitespace. | Stephan T. Lavavej | 2017-01-18 | 3 | -4/+4 |
* | Implement the missing constexpr stuff in <array>. Fixes PR#31645. | Marshall Clow | 2017-01-16 | 3 | -3/+53 |
* | [libcxx] [test] Strip trailing whitespace. NFC, no code review. | Stephan T. Lavavej | 2017-01-07 | 1 | -2/+2 |
* | Implement the last bit of P0031: 'A Proposal to Add Constexpr Modifiers to re... | Marshall Clow | 2017-01-04 | 2 | -0/+47 |
* | Protect std::array tests under noexceptions | Roger Ferrer Ibanez | 2016-11-29 | 1 | -3/+14 |
* | [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. | Stephan T. Lavavej | 2016-11-04 | 1 | -1/+3 |
* | Update -verify test to use new static assert message | Eric Fiselier | 2016-09-25 | 1 | -5/+0 |
* | Make std::array typedef tests more portable. | Eric Fiselier | 2016-06-30 | 1 | -4/+25 |
* | Move remaining _LIBCPP_VERSION tests into test/libcxx | Eric Fiselier | 2016-06-22 | 1 | -20/+0 |
* | Remove trailing whitespace in test suite. Approved by Marshall Clow. | Eric Fiselier | 2016-06-01 | 5 | -9/+9 |
* | Fix C++03 build breakage | Eric Fiselier | 2016-04-22 | 1 | -2/+9 |
* | Add is_swappable/is_nothrow_swappable traits | Eric Fiselier | 2016-04-21 | 2 | -0/+50 |
* | Add some more tests for the containers type requirements | Marshall Clow | 2016-03-09 | 1 | -0/+14 |