Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
6163fa79268dcdcb7131d2b2f28d49a2c574f29a
/
libcxx
/
test
/
std
/
containers
/
sequences
/
array
/
indexing.pass.cpp
77b9abf
[libc++] Complete overhaul of constexpr support in std::array
by Louis Dionne
· 5 years ago
2fa901c
Update a deque test with more assertions. NFC
by Marshall Clow
· 7 years ago
5f6a5ac
Add noexcept to operator[] for array and deque. This is an extension. We already do this for string and string_view. This should give better codegen inside of noexcept functions.
by Marshall Clow
· 7 years ago
2df59c5
Support tests in freestanding
by JF Bastien
· 7 years ago
57b08b0
Update more file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 7 years ago
59cdf90
[libc++] Fix PR35491 - std::array of zero-size doesn't work with non-default constructible types.
by Eric Fiselier
· 8 years ago
4159db7
[libcxx] [test] Untabify, NFC.
by Stephan T. Lavavej
· 8 years ago
a730ed3
[libcxx] [test] Fix comment typos, strip trailing whitespace.
by Stephan T. Lavavej
· 9 years ago
e782695
Implement the missing constexpr stuff in <array>. Fixes PR#31645.
by Marshall Clow
· 9 years ago
d04c685
Remove trailing whitespace in test suite. Approved by Marshall Clow.
by Eric Fiselier
· 9 years ago
b4e2e7a
Suppress array initialization warnings in std::experimental::apply tests
by Eric Fiselier
· 10 years ago
2decfad
Fix warnings in array and assoc containers
by Eric Fiselier
· 10 years ago
5a83710
Move test into test/std subdirectory.
by Eric Fiselier
· 11 years ago
[Renamed from libcxx/test/containers/sequences/array/indexing.pass.cpp]
8bf1f08
Make std::get constexpr
by Marshall Clow
· 12 years ago