index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libcxx
/
test
/
std
/
utilities
/
tuple
/
tuple.tuple
/
tuple.assign
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libcxx][test][NFC] Fix comment typos.
Stephan T. Lavavej
2019-10-22
2
-2
/
+2
*
Add include for 'test_macros.h' to all the tests that were missing them. Than...
Marshall Clow
2019-05-31
6
-0
/
+11
*
Support tests in freestanding
JF Bastien
2019-02-04
8
-8
/
+24
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
8
-32
/
+24
*
Portability fix: add missing includes and static_casts. Reviewed as https://r...
Marshall Clow
2018-12-18
1
-0
/
+1
*
Revert r289727 due to PR31384
Eric Fiselier
2016-12-15
1
-115
/
+0
*
Work around bug in initialization of std::array base class with older clangs
Eric Fiselier
2016-12-14
1
-1
/
+3
*
[libcxx] Fix tuple construction/assignment from types derived from tuple/pair...
Eric Fiselier
2016-12-14
1
-0
/
+113
*
[libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...
Stephan T. Lavavej
2016-12-08
4
-35
/
+35
*
Add missing <memory> include in test
Eric Fiselier
2016-10-08
1
-0
/
+1
*
Recommit r276548 - Make pair/tuples assignment operators SFINAE properly.
Eric Fiselier
2016-07-25
2
-0
/
+118
*
Revert r276548 - Make pair/tuples assignment operators SFINAE properly.
Eric Fiselier
2016-07-25
2
-118
/
+0
*
Fix MSVC unreferenced parameter warning. Patch from STL@microsoft.com
Eric Fiselier
2016-07-24
1
-1
/
+1
*
Make pair/tuples assignment operators SFINAE properly.
Eric Fiselier
2016-07-24
2
-0
/
+118
*
Cleanup SFINAE in tuple, and add tests for reference assignment
Eric Fiselier
2016-07-02
2
-0
/
+31
*
Mark more tuple tests as unsupported in C++98 && C++03
Eric Fiselier
2015-02-19
1
-0
/
+2
*
[libcxx] Mark most tuple tests UNSUPPORTED for c++03 and c++98.
Eric Fiselier
2015-02-19
7
-0
/
+14
*
We had two identical files named 'MoveOnly.h' in the test suite. Move one to ...
Marshall Clow
2015-01-28
2
-2
/
+2
*
Walter Brown sent a list of tests which needed 'additional includes' to match...
Marshall Clow
2015-01-09
2
-0
/
+2
*
Move test into test/std subdirectory.
Eric Fiselier
2014-12-20
8
-0
/
+409