This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
7fac28fa4fcf5271c20ce2cdac128ec2cbb8a7ed
clang-p2996
/
libcxx
/
test
/
std
/
containers
/
sequences
/
array
History
Stephan T. Lavavej
4159db7698
[libcxx] [test] Untabify, NFC.
...
llvm-svn: 309464
2017-07-29 00:55:10 +00:00
..
array.cons
…
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
2017-01-04 17:58:17 +00:00
array.fill
…
array.size
Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in <array>
2017-04-16 02:50:40 +00:00
array.special
…
array.swap
…
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
2017-06-12 14:41:37 +00:00
array.zero
…
at.pass.cpp
[libcxx] [test] Untabify, NFC.
2017-07-29 00:55:10 +00:00
begin.pass.cpp
…
contiguous.pass.cpp
…
front_back.pass.cpp
[libcxx] [test] Untabify, NFC.
2017-07-29 00:55:10 +00:00
indexing.pass.cpp
[libcxx] [test] Untabify, NFC.
2017-07-29 00:55:10 +00:00
iterators.pass.cpp
[libcxx] [test] Strip trailing whitespace. NFC, no code review.
2017-01-07 01:12:15 +00:00
types.pass.cpp
Make std::array typedef tests more portable.
2016-06-30 04:54:00 +00:00