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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFC] Strip trailing whitespace from libc++
Louis Dionne
2019-10-23
1
-1
/
+1
*
[libc++][NFC] Remove excess trailing newlines from most files
Casey Carter
2019-10-23
1
-1
/
+0
*
[libcxx][test][NFC] Fix comment typos.
Stephan T. Lavavej
2019-10-22
4
-8
/
+8
*
Add forward declaration of operator<< in <string_view> as required.
Eric Fiselier
2019-09-25
1
-0
/
+26
*
libcxx: Rename .hpp files in libcxx/test/support to .h
Nico Weber
2019-08-21
47
-47
/
+47
*
Followup to revision 364545: Turns out that clang issues different errors for...
Marshall Clow
2019-06-27
1
-1
/
+1
*
Provide hashers for string_view only if they are using the default char_trait...
Marshall Clow
2019-06-27
1
-0
/
+67
*
Add include for 'test_macros.h' to all the tests that were missing them. Than...
Marshall Clow
2019-05-31
17
-0
/
+34
*
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
*
[libc++] Remove unnecessary <iostream> #includes in tests
Louis Dionne
2019-03-28
1
-1
/
+0
*
Mark 'front()' and 'back()' as noexcept for array/deque/string/string_view. T...
Marshall Clow
2019-03-19
3
-3
/
+12
*
Support tests in freestanding
JF Bastien
2019-02-04
93
-95
/
+283
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
93
-372
/
+279
*
Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308
Marshall Clow
2018-12-11
12
-60
/
+134
*
A couple of tests were broken when clang implemented the compiler parts of P0...
Marshall Clow
2018-11-20
1
-0
/
+20
*
[libcxx] [test] Add missing <stdexcept> in several tests.
Billy Robert O'Neal III
2018-08-08
5
-0
/
+5
*
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
*
[libcxx] [test] Fix whitespace, NFC.
Stephan T. Lavavej
2018-04-12
1
-13
/
+13
*
Implement LWG3034: P0767R1 breaks previously-standard-layout types
Marshall Clow
2018-03-21
1
-0
/
+53
*
[libcxx] [test] Strip trailing whitespace, NFC.
Stephan T. Lavavej
2018-02-12
1
-1
/
+1
*
Add tests to make sure that <string_view> provides std::size/data/empty in C+...
Marshall Clow
2018-01-30
2
-0
/
+9
*
Fix the definitions of 'reference' and 'pointer' in string_view that no one u...
Marshall Clow
2017-12-20
1
-0
/
+77
*
Implement P0457R2: 'String Prefix and Suffix Checking' for c++2a
Marshall Clow
2017-12-04
6
-0
/
+510
*
More of P0600 - '[[nodiscard]] in the Library' mark empty() as nodiscard in s...
Marshall Clow
2017-11-15
2
-0
/
+32
*
Tolerate [[nodiscard]] annotations in the STL. Reviewed as https://reviews.ll...
Billy Robert O'Neal III
2017-11-15
1
-1
/
+1
*
Mark string_view's constructor from (ptr,len) as noexcept (an extension). Upd...
Marshall Clow
2017-10-24
4
-3
/
+15
*
Mark string_view literals as 'noexcept'. Fixes PR#25054. Thanks to Pavel K fo...
Marshall Clow
2017-10-24
1
-0
/
+6
*
[libcxx] [test] Make files consistently end with newlines, NFC.
Stephan T. Lavavej
2017-07-29
1
-1
/
+1
*
Remove non-standard basic_string_view::clear() member.
Eric Fiselier
2017-05-12
1
-67
/
+0
*
Implement P0599: 'noexcept for hash functions'. Fix a couple of hash function...
Marshall Clow
2017-03-23
1
-0
/
+3
*
Implement LWG#2761: 'basic_string should require that charT match traits::cha...
Marshall Clow
2017-03-15
1
-1
/
+7
*
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
*
A couple more tests for constexpr stuff in string_view. No changes other than...
Marshall Clow
2017-01-24
2
-0
/
+38
*
Implement LWG#2778: basic_string_view is missing constexpr.
Marshall Clow
2017-01-23
1
-0
/
+50
*
Implement P0513R0 - "Poisoning the Hash"
Eric Fiselier
2017-01-21
2
-9
/
+49
*
[libcxx] [test] Fix comment typos, strip trailing whitespace.
Stephan T. Lavavej
2017-01-18
2
-2
/
+2
*
Added XFAIL for the apple versions of clang as well
Marshall Clow
2017-01-09
6
-0
/
+6
*
Implement P0403R1 - 'Literal suffixes for basic_string_view'. Requires clang ...
Marshall Clow
2017-01-09
6
-0
/
+170
*
[libcxx] [test] Fix string_view tests.
Stephan T. Lavavej
2016-12-09
2
-5
/
+7
*
[libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...
Stephan T. Lavavej
2016-12-08
1
-1
/
+1
*
[libcxx] [test] D27022: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...
Stephan T. Lavavej
2016-12-06
2
-6
/
+8
*
[libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.
Stephan T. Lavavej
2016-11-04
47
-54
/
+93
*
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
[next]