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
/
basic.string
/
string.modifiers
/
string_insert
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add include for 'test_macros.h' to all the tests that were missing them. Than...
Marshall Clow
2019-05-31
2
-0
/
+2
*
[libc++] Mark several tests as XFAIL on macosx10.7
Louis Dionne
2019-02-27
7
-0
/
+35
*
Support tests in freestanding
JF Bastien
2019-02-04
11
-11
/
+33
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
11
-44
/
+33
*
Implement LWG 2946, 3075 and 3076. Reviewed as https://reviews.llvm.org/D48616
Marshall Clow
2018-07-02
1
-0
/
+9
*
[libcxx] [test] Strip trailing whitespace.
Stephan T. Lavavej
2017-09-26
1
-1
/
+1
*
Add more string_view tests
Marshall Clow
2017-09-07
1
-0
/
+239
*
[libcxx] [test] Untabify, NFC.
Stephan T. Lavavej
2017-07-29
3
-43
/
+43
*
Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the string library.
Eric Fiselier
2017-04-19
1
-15
/
+2
*
Fix PR32642 - string::insert and string::append don't work with move_iterator.
Eric Fiselier
2017-04-15
1
-4
/
+29
*
[libcxx] [test] D27027: Strip trailing whitespace.
Stephan T. Lavavej
2016-11-23
4
-7
/
+7
*
Protect exceptional paths under libcpp-no-exceptions
Roger Ferrer Ibanez
2016-11-01
6
-54
/
+120
*
Fix a few static_asserts that need extra parens on -03
Marshall Clow
2016-09-24
1
-2
/
+2
*
Implement proposed resolution for LWG#2758. Reviewed as D24446. Normally, I w...
Marshall Clow
2016-09-24
1
-0
/
+1825
*
Fix PR#30303 - no matching function for call to '__ptr_in_range'
Marshall Clow
2016-09-07
1
-0
/
+8
*
Fix Bug 30240 - std::string: append(first, last) error when aliasing. Add te...
Marshall Clow
2016-09-05
3
-0
/
+49
*
Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros
Eric Fiselier
2016-04-28
8
-35
/
+17
*
More string fixes for noexcept cases. Apparently I didn't get them all in r25...
Marshall Clow
2016-01-20
1
-0
/
+2
*
Fix up the tests I added for string exceptions to be skipped when exceptions ...
Marshall Clow
2016-01-20
1
-0
/
+2
*
Fix PR#25973 : 'basic_string::assign(InputIt, InputIt) doesn't provide the st...
Marshall Clow
2016-01-13
9
-10
/
+38
*
Make it possible to build a no-exceptions variant of libcxx.
Asiri Rathnayake
2015-11-10
5
-0
/
+5
*
Move test into test/std subdirectory.
Eric Fiselier
2014-12-20
9
-0
/
+3569