You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
Billy Robert O'Neal III
7e250fcdc1
Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed as https://reviews.llvm.org/D40065
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@318804 91177308-0d34-0410-b5e6-96231b3b80d8
|
8 years ago |
| .. |
|
array.cons
|
Add additional tests to ensure that we DTRT with short lists. This is LWG#2590, but there are no code changes, just additional tests
|
10 years ago |
|
array.data
|
Implement the last bit of P0031: 'A Proposal to Add Constexpr Modifiers to reverse_iterator, move_iterator, array and Range Access' for C++17
|
9 years ago |
|
array.fill
|
Suppress array initialization warnings in std::experimental::apply tests
|
10 years ago |
|
array.size
|
Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in <array>
|
9 years ago |
|
array.special
|
Fix C++03 build breakage
|
10 years ago |
|
array.swap
|
Add is_swappable/is_nothrow_swappable traits
|
10 years ago |
|
array.tuple
|
[array.tuple]/1 says that instantiating tuple_element<N, array<T, M>> is ill-formed if N >= M. We didn't do that. Add a static_assert to cause a failure, and a test that checks that we failed
|
9 years ago |
|
array.zero
|
Move test into test/std subdirectory.
|
11 years ago |
|
at.pass.cpp
|
Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed as https://reviews.llvm.org/D40065
|
8 years ago |
|
begin.pass.cpp
|
Suppress array initialization warnings in std::experimental::apply tests
|
10 years ago |
|
contiguous.pass.cpp
|
Add tests to ensure that string/vector/array have contiguous iterators - which they did. Mark N4284 as complete
|
11 years ago |
|
empty.fail.cpp
|
First part of P0600 - '[[nodiscard] in the standard library'. Mark the 'empty()' methods of all the containers as nodiscard. If you're calling empty() w/o looking at the result, you probably meanto to call 'clear()'. c++2a only
|
8 years ago |
|
empty.pass.cpp
|
More missing tests - array<>::size() and array<>::max_size()
|
8 years ago |
|
front_back.pass.cpp
|
[libcxx] [test] Untabify, NFC.
|
8 years ago |
|
indexing.pass.cpp
|
[libcxx] [test] Untabify, NFC.
|
8 years ago |
|
iterators.pass.cpp
|
[libcxx] [test] Strip trailing whitespace. NFC, no code review.
|
9 years ago |
|
max_size.pass.cpp
|
More missing tests - array<>::size() and array<>::max_size()
|
8 years ago |
|
types.pass.cpp
|
Make std::array typedef tests more portable.
|
9 years ago |