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.cons
Commit message (
Expand
)
Author
Age
Files
Lines
*
libcxx: Rename .hpp files in libcxx/test/support to .h
Nico Weber
2019-08-21
2
-2
/
+2
*
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
*
Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308
Marshall Clow
2018-12-11
3
-17
/
+27
*
Turns out that wide literals U"xxx" and u"xxx" are c++11 and later.
Marshall Clow
2018-07-12
1
-0
/
+2
*
Same reversed ifdef happened twice. Test fix only, NFC to the library.
Marshall Clow
2018-07-11
1
-1
/
+1
*
Fix a test #ifdef that was reversed. NFC to the library.
Marshall Clow
2018-07-11
1
-1
/
+1
*
Mark string_view's constructor from (ptr,len) as noexcept (an extension). Upd...
Marshall Clow
2017-10-24
4
-3
/
+15
*
[libcxx] [test] Make files consistently end with newlines, NFC.
Stephan T. Lavavej
2017-07-29
1
-1
/
+1
*
Remove XFAIL in implicit_deduction_guides tests
Steven Wu
2017-02-27
1
-4
/
+0
*
Remove dead code in test
Eric Fiselier
2017-02-17
1
-2
/
+0
*
add implicit deduction guide tests for string_view
Eric Fiselier
2017-02-17
1
-0
/
+71
*
Implement LWG#2778: basic_string_view is missing constexpr.
Marshall Clow
2017-01-23
1
-0
/
+50
*
[libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.
Stephan T. Lavavej
2016-11-04
3
-6
/
+9
*
Implement std::string_view as described in http://wg21.link/P0254R1. Reviewed...
Marshall Clow
2016-07-21
6
-0
/
+313