Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
libcxx
/
test
/
std
/
containers
/
sequences
/
array
/
array.tuple
241c73b
Fix static assert diagnostic checks in i386
by Eric Fiselier
· 7 years ago
3e5d847
Tolerate Clangs new static_assert messages
by Eric Fiselier
· 7 years ago
6db379a
[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
by Marshall Clow
· 8 years ago
221f689
Update -verify test to use new static assert message
by Eric Fiselier
· 9 years ago
545b886
[libcxx] LWG2485: get() should be overloaded for const tuple&&. Patch from K-Ballo.
by Eric Fiselier
· 10 years ago
b4e2e7a
Suppress array initialization warnings in std::experimental::apply tests
by Eric Fiselier
· 10 years ago
abd52ca
Fix a handful of tests that fail in C++03
by Eric Fiselier
· 10 years ago
2decfad
Fix warnings in array and assoc containers
by Eric Fiselier
· 10 years ago
57f00f2
[libcxx] Move tuple_size and tuple_element overloads for pair and array out of !defined(_LIBCPP_HAS_NO_VARIADICS) block.
by Eric Fiselier
· 11 years ago
e21582e
Walter Brown sent a list of tests which needed 'additional includes' to match what was in the standard. Added these includes to the tests. No changes to the library or test results.
by Marshall Clow
· 11 years ago
5a83710
Move test into test/std subdirectory.
by Eric Fiselier
· 11 years ago