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
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
7
-0
/
+7
*
[libc++] Mark several tests as XFAIL on macosx10.7
Louis Dionne
2019-02-27
20
-0
/
+100
*
Support tests in freestanding
JF Bastien
2019-02-04
56
-56
/
+168
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
56
-224
/
+168
*
Implement LWG 2946, 3075 and 3076. Reviewed as https://reviews.llvm.org/D48616
Marshall Clow
2018-07-02
5
-0
/
+45
*
[libcxx] [test] Fix MSVC warnings and errors.
Stephan T. Lavavej
2018-02-26
1
-1
/
+1
*
Fix PR#31454 - 'basic_string<T>::push_back() crashes if sizeof(T)>sizeof(long...
Marshall Clow
2018-02-07
1
-2
/
+1
*
Ooops. I checked in a test for a bug I haven't fixed yet. Temporrarily commen...
Marshall Clow
2017-12-04
1
-0
/
+2
*
Implement P0457R2: 'String Prefix and Suffix Checking' for c++2a
Marshall Clow
2017-12-04
1
-0
/
+14
*
[libcxx] [test] Strip trailing whitespace.
Stephan T. Lavavej
2017-09-26
1
-1
/
+1
*
Add more string_view tests
Marshall Clow
2017-09-07
3
-0
/
+909
*
[libcxx] [test] Untabify, NFC.
Stephan T. Lavavej
2017-07-29
12
-192
/
+192
*
Add asserts that the nullptr is maintained in string erase operations.
Billy Robert O'Neal III
2017-05-25
4
-0
/
+6
*
Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the string library.
Eric Fiselier
2017-04-19
2
-19
/
+4
*
Fix PR32642 - string::insert and string::append don't work with move_iterator.
Eric Fiselier
2017-04-15
2
-4
/
+45
*
Work around test failure on 32 bit OS X
Eric Fiselier
2017-03-02
1
-6
/
+13
*
[libcxx] [test] D27027: Strip trailing whitespace.
Stephan T. Lavavej
2016-11-23
14
-26
/
+26
*
[libcxx] [test] D26314: Fix MSVC warning C4189 "local variable is initialized...
Stephan T. Lavavej
2016-11-14
1
-0
/
+1
*
Protect exceptional paths under libcpp-no-exceptions
Roger Ferrer Ibanez
2016-11-01
18
-163
/
+388
*
Fix shadow warnings in string_view tests. Patch from STL@microsoft.com
Eric Fiselier
2016-10-24
2
-22
/
+20
*
Add another append test for basic_string
Marshall Clow
2016-10-05
1
-0
/
+4
*
Fix a few static_asserts that need extra parens on -03
Marshall Clow
2016-09-24
2
-4
/
+4
*
Implement proposed resolution for LWG#2758. Reviewed as D24446. Normally, I w...
Marshall Clow
2016-09-24
4
-6
/
+7948
*
Fix PR#30303 - no matching function for call to '__ptr_in_range'
Marshall Clow
2016-09-07
4
-0
/
+40
*
Fix Bug 30240 - std::string: append(first, last) error when aliasing. Add te...
Marshall Clow
2016-09-05
12
-0
/
+193
*
Implement std::string_view as described in http://wg21.link/P0254R1. Reviewed...
Marshall Clow
2016-07-21
4
-0
/
+435
*
Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros
Eric Fiselier
2016-04-28
50
-421
/
+107
*
Implement LWG#2579: Inconsistency wrt Allocators in basic_string assignment v...
Marshall Clow
2016-03-09
1
-1
/
+33
*
More string fixes for noexcept cases. Apparently I didn't get them all in r25...
Marshall Clow
2016-01-20
4
-0
/
+8
*
Fix up the tests I added for string exceptions to be skipped when exceptions ...
Marshall Clow
2016-01-20
4
-0
/
+8
*
Fix PR#25973 : 'basic_string::assign(InputIt, InputIt) doesn't provide the st...
Marshall Clow
2016-01-13
36
-38
/
+150
*
Make it possible to build a no-exceptions variant of libcxx.
Asiri Rathnayake
2015-11-10
14
-0
/
+14
*
Implement LWG#2063, and update the issues links to point to the github genera...
Marshall Clow
2015-10-05
1
-0
/
+6
*
Walter Brown sent a list of tests which needed 'additional includes' to match...
Marshall Clow
2015-01-09
1
-0
/
+1
*
Move test into test/std subdirectory.
Eric Fiselier
2014-12-20
53
-0
/
+17457