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
/
re
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a missing default parameter to regex::assign. This is LWG3296; reviewed a...
Marshall Clow
2019-09-25
1
-0
/
+10
*
[libc++] Add yet another test for inverted character classes
Louis Dionne
2019-08-27
1
-0
/
+3
*
Add tests for regex_match ambiguity (aka LWG2273). NFC. Reviewed as https://r...
Marshall Clow
2019-07-03
2
-0
/
+48
*
[libcxx] Add test to check min/max requirement to regular expression
Louis Dionne
2019-06-04
1
-0
/
+67
*
Add include for 'test_macros.h' to all the tests that were missing them. Than...
Marshall Clow
2019-05-31
3
-0
/
+6
*
[libcxx] Add regex test cases from PR40904
Louis Dionne
2019-05-30
1
-1
/
+11
*
Fix test that used raw string literals. Doesn't work in C++03
Marshall Clow
2019-05-28
1
-2
/
+2
*
Fix an incorrect 'Throws' in the regex code. Add a test for the new behavior....
Marshall Clow
2019-05-28
1
-0
/
+38
*
Add missing locale requirement to test.
Dan Albert
2019-05-01
1
-0
/
+1
*
Add '_LIBCPP_ASSERT(ready())' to several match_results method that have this ...
Marshall Clow
2019-04-26
7
-7
/
+7
*
[libc++] Relax libc++-only test on regex_constants
Louis Dionne
2019-04-26
1
-13
/
+13
*
Fix PR#35967: '<regex> syntax_option_type is not a proper bitmask' Sadly, thi...
Marshall Clow
2019-03-28
2
-1
/
+5
*
[libc++] Remove unnecessary <iostream> #includes in tests
Louis Dionne
2019-03-28
3
-6
/
+0
*
Support tests in freestanding
JF Bastien
2019-02-04
177
-177
/
+519
*
Fix a bit of libc++-specific behavior in the regex tests; add a missing test....
Marshall Clow
2019-01-31
3
-4
/
+46
*
Mark awk.pass.cpp as XFAIL for NetBSD
Kamil Rytarowski
2019-01-24
1
-1
/
+2
*
Uncomment the entire test, but mark as XFAIL on linux-gnu because it uses loc...
Marshall Clow
2019-01-24
1
-2
/
+3
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
176
-704
/
+528
*
[NFC] Normalize some test 'main' signatures
JF Bastien
2019-01-09
1
-2
/
+1
*
[libcxx] Remove XFAILs for older macOS versions
Louis Dionne
2018-12-18
1
-3
/
+0
*
[test] Add target_info for NetBSD, and XFAIL some of locale tests
Michal Gorny
2018-12-17
10
-0
/
+30
*
[test] [re.traits] Remove asserts failing due to invalid UTF-8
Michal Gorny
2018-12-17
1
-5
/
+0
*
[libcxx] [test] Strip trailing whitespace. NFC.
Stephan T. Lavavej
2018-11-14
3
-3
/
+3
*
Adjust unsupported C++ versions in some tests
Mikhail Maltsev
2018-10-24
2
-2
/
+2
*
Mark the move construct/move assign tests as unsupported on C++03
Marshall Clow
2018-10-23
2
-1
/
+2
*
Add tests for match_results copy/move assignment operators. NFC
Marshall Clow
2018-10-23
3
-0
/
+106
*
Remove a 'const' from the synopsis. NFC
Marshall Clow
2018-10-23
1
-1
/
+1
*
Add tests for match_results copy/move construction. NFC
Marshall Clow
2018-10-23
2
-0
/
+83
*
[libc++] Fix handling of negated character classes in regex
Louis Dionne
2018-08-24
2
-1
/
+45
*
[libcxx] [test] Strip trailing whitespace. NFC.
Stephan T. Lavavej
2018-06-14
2
-5
/
+5
*
Implement deduction guides for basic_regex
Marshall Clow
2018-05-23
2
-0
/
+182
*
[libcxx] Correctly handle invalid regex character class names
Mikhail Maltsev
2018-01-24
1
-0
/
+37
*
Add missing test_macros.h inclusion.
Billy Robert O'Neal III
2017-11-21
1
-0
/
+1
*
Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed ...
Billy Robert O'Neal III
2017-11-21
2
-3
/
+3
*
More of P0600 - '[[nodiscard]] in the Library' mark empty() as nodiscard in m...
Marshall Clow
2017-11-16
1
-0
/
+27
*
Tolerate even more [[nodiscard]] in the STL. Reviewed as https://reviews.llvm...
Billy Robert O'Neal III
2017-11-15
1
-1
/
+1
*
Mark tests as unsupported in C++98 as well
Roger Ferrer Ibanez
2017-11-02
2
-2
/
+2
*
Fix an unsigned integer overflow in regex that lead to a bad memory access. F...
Marshall Clow
2017-10-19
1
-0
/
+1
*
Fix UB - signed integer overflow in regex. Thanks to Tim Shen for the patch. ...
Marshall Clow
2017-10-19
1
-0
/
+40
*
Fix regex bug with ^\W. Thanks to Tim Shen for the patch. Reviewed as https:/...
Marshall Clow
2017-10-18
1
-0
/
+29
*
Mark the new tests as unsupported when there are no exceptions
Marshall Clow
2017-09-12
2
-2
/
+4
*
XFAIL a couple of new <regex> tests for C++03
Marshall Clow
2017-09-12
2
-0
/
+2
*
Apply D28224: 'Throw exception after too many steps' Fixes PR#20291. Thanks t...
Marshall Clow
2017-09-12
2
-0
/
+92
*
[libcxx] [test] Rename _Tp to T. NFCI.
Stephan T. Lavavej
2017-08-11
1
-2
/
+2
*
[libcxx] [test] Fix URLs in comments and make them HTTPS. NFC.
Stephan T. Lavavej
2017-08-05
1
-1
/
+1
*
Fix a bug in regex_Iterator where it would report zero-length matches forever...
Marshall Clow
2017-07-05
1
-0
/
+18
*
Guard usage of libc++ regex internals inside test.
Eric Fiselier
2017-05-12
1
-23
/
+45
*
Add markup for libc++ dylib availability
Mehdi Amini
2017-05-04
1
-2
/
+2
*
[libcxx] [test] Strip trailing whitespace. NFC.
Stephan T. Lavavej
2017-05-04
1
-1
/
+1
*
Cleanup _LIBCPP_HAS_NO_<c++11-features> macro usage in regex
Eric Fiselier
2017-04-18
4
-10
/
+8
[next]