Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
e93c63d468d36e67cb15d183ecc6b8216c87c138
/
libcxx
/
test
/
std
/
utilities
/
tuple
/
tuple.tuple
/
tuple.cnstr
346bd6a
Placate unused variable warnings uncovered by improvements to clang's -Wunused-variable
by Benjamin Kramer
· 8 years ago
af65856
Add C++17 explicit deduction guides to std::pair.
by Eric Fiselier
· 8 years ago
5984426
[libcxx] [test] Strip trailing whitespace. NFC.
by Stephan T. Lavavej
· 8 years ago
183d83b
XFAIL tuple deduction guide test on GCC
by Eric Fiselier
· 8 years ago
baaee20
Add tests for class template deduction on std::tuple.
by Eric Fiselier
· 8 years ago
9630f46
Mark LWG#2796 as complete. No functionality change; we had tests that covered it already. Just added comments to the tests
by Marshall Clow
· 8 years ago
95f8e6a
Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the utilities library
by Eric Fiselier
· 8 years ago
3c35491
Update all bug URL's to point to https://bugs.llvm.org/...
by Eric Fiselier
· 9 years ago
881d861
[libcxx] [test] Fix comment typos.
by Stephan T. Lavavej
· 9 years ago
a730ed3
[libcxx] [test] Fix comment typos, strip trailing whitespace.
by Stephan T. Lavavej
· 9 years ago
fd83822
Fix unused parameters and variables
by Eric Fiselier
· 9 years ago
f34964b
Fix XFAILS for is_trivially_destructible trait
by Eric Fiselier
· 9 years ago
f4d7c18
Add tests for LWG 2796
by Eric Fiselier
· 9 years ago
3fede1c
Add more test cases for PR31384
by Eric Fiselier
· 9 years ago
9ce1745
Add test case for PR31384
by Eric Fiselier
· 9 years ago
347a1cc
Revert r289727 due to PR31384
by Eric Fiselier
· 9 years ago
7cd166c
Work around bug in initialization of std::array base class with older clangs
by Eric Fiselier
· 9 years ago
f8136d0
[libcxx] Fix tuple construction/assignment from types derived from tuple/pair/array.
by Eric Fiselier
· 9 years ago
bd68825
Fix PR27374 - Remove the implicit reduced-arity-extension in tuple.
by Eric Fiselier
· 9 years ago
a0d8785
[libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 5/7.
by Stephan T. Lavavej
· 9 years ago
4090583
Fix PR30979 - tuple<move_only> is constructible from move_only const&
by Eric Fiselier
· 9 years ago
0f901c7
[libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.
by Stephan T. Lavavej
· 9 years ago
7b60958
Make tuple_constructible and family lazy again.
by Eric Fiselier
· 9 years ago
0923867
Fix PR27684 - std::tuple no longer accepts reference to incomplete type in some cases.
by Eric Fiselier
· 9 years ago
d04c685
Remove trailing whitespace in test suite. Approved by Marshall Clow.
by Eric Fiselier
· 9 years ago
38e229f
Guard testing of tuple extensions to make tests portable
by Eric Fiselier
· 9 years ago
9795699
Make tuples constructors conditionally EXPLICIT. See N4387
by Eric Fiselier
· 9 years ago
74cba64
Cleanup and guard tuple's constructor SFINAE. Fixes PR22806 and PR23256.
by Eric Fiselier
· 9 years ago
90fb2ba
[libcxx] Remove the "reduced-arity-initialization" extension from the uses-allocator constructors
by Eric Fiselier
· 9 years ago
65500d4
[libc++] Try and prevent evaluation of `is_default_constructible` on tuples default constructor if it is not needed.
by Eric Fiselier
· 11 years ago
2d38959
Mark more tuple tests as unsupported in C++98 && C++03
by Eric Fiselier
· 11 years ago
0a52cd7
[libcxx] Mark most tuple tests UNSUPPORTED for c++03 and c++98.
by Eric Fiselier
· 11 years ago
c281a7a
Get tests running with warnings. Fix warnings in headers and tests
by Eric Fiselier
· 11 years ago
949389c
We had two identical files named 'MoveOnly.h' in the test suite. Move one to support/, remove the other, and update all the tests that included them. No functionality change.
by Marshall Clow
· 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