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
/
strings
/
string.view
/
string.view.ops
Commit message (
Expand
)
Author
Age
Files
Lines
*
libcxx: Rename .hpp files in libcxx/test/support to .h
Nico Weber
2019-08-21
6
-6
/
+6
*
Fix a one more compare test that assumed -1/0/1 instsad of <0/0/>0. NFC.
Marshall Clow
2019-04-24
1
-1
/
+1
*
Fix a couple of tests that assumed that compare retunred -1/0/1 instead of <0...
Marshall Clow
2019-04-24
4
-7
/
+7
*
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
*
[libcxx] [test] Add missing <stdexcept> in several tests.
Billy Robert O'Neal III
2018-08-08
5
-0
/
+5
*
[libcxx] [test] Fix string_view tests.
Stephan T. Lavavej
2016-12-09
2
-5
/
+7
*
[libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.
Stephan T. Lavavej
2016-11-04
2
-2
/
+4
*
Add missing include in string_view tests. Patch from Billy ONeil @ microsoft
Eric Fiselier
2016-10-24
1
-0
/
+1
*
Again, w/o the tabs
Marshall Clow
2016-07-21
1
-5
/
+5
*
Another fix to appease the no-exception bots.
Marshall Clow
2016-07-21
1
-7
/
+11
*
Fix some string_view tests that were failing when exceptions were disabled. A...
Marshall Clow
2016-07-21
5
-6
/
+31
*
Implement std::string_view as described in http://wg21.link/P0254R1. Reviewed...
Marshall Clow
2016-07-21
8
-0
/
+8490