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
/
containers
/
views
/
span.cons
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libcxx][test] Fix span tests.
Stephan T. Lavavej
2020-01-08
3
-27
/
+8
*
[libc++][P1872] span should have size_type, not index_type.
Louis Dionne
2019-11-14
3
-4
/
+4
*
[NFC] Strip trailing whitespace from libc++
Louis Dionne
2019-10-23
1
-1
/
+1
*
Eradicate all the ptrdiff_ts in span left over from applying P1227. A couple ...
Marshall Clow
2019-03-06
2
-2
/
+2
*
Fix an ambiguity in the tests that gcc-tot complained about.
Marshall Clow
2019-02-27
1
-12
/
+12
*
First part of P1227R2 - change span over to use 'size_t' instead of 'ptrdiff_...
Marshall Clow
2019-02-27
1
-1
/
+1
*
LWG3101 - span's Container constructors need another constraint. Reviewed as ...
Marshall Clow
2019-02-25
2
-50
/
+10
*
Support tests in freestanding
JF Bastien
2019-02-04
16
-16
/
+48
*
While reviewing D57058, Louis had some questions about the existing span cons...
Marshall Clow
2019-01-22
2
-36
/
+69
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
16
-64
/
+48
*
Fix static assert diagnostic checks in i386
Eric Fiselier
2018-12-15
1
-1
/
+1
*
Tolerate Clangs new static_assert messages
Eric Fiselier
2018-12-14
1
-1
/
+1
*
[libcxx] [test] Strip trailing whitespace. NFC.
Stephan T. Lavavej
2018-11-14
16
-41
/
+41
*
Disable 'suggest braces' warnings for std::array in tests
Marshall Clow
2018-07-24
2
-0
/
+7
*
Implement <span>. Reviewed as https://reviews.llvm.org/D49338
Marshall Clow
2018-07-24
16
-0
/
+1700