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
/
re.regex
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
*
Add include for 'test_macros.h' to all the tests that were missing them. Than...
Marshall Clow
2019-05-31
1
-0
/
+2
*
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
*
Fix PR#35967: '<regex> syntax_option_type is not a proper bitmask' Sadly, thi...
Marshall Clow
2019-03-28
1
-1
/
+1
*
Support tests in freestanding
JF Bastien
2019-02-04
35
-35
/
+105
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
35
-140
/
+105
*
[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
*
Fix an unsigned integer overflow in regex that lead to a bad memory access. F...
Marshall Clow
2017-10-19
1
-0
/
+1
*
[libcxx] [test] Rename _Tp to T. NFCI.
Stephan T. Lavavej
2017-08-11
1
-2
/
+2
*
Cleanup _LIBCPP_HAS_NO_<c++11-features> macro usage in regex
Eric Fiselier
2017-04-18
3
-8
/
+6
*
Update all bug URL's to point to https://bugs.llvm.org/...
Eric Fiselier
2017-02-17
1
-1
/
+1
*
Fix bug #31387 - not checking end iterator when parsing decimal escape. Thank...
Marshall Clow
2016-12-24
1
-0
/
+44
*
[libcxx] Recover no-exceptions XFAILs - I
Asiri Rathnayake
2016-10-06
3
-3
/
+4
*
[libcxx] Add "flag" default arg: basic_regex ptr_size_flag ctor
Hubert Tong
2016-08-07
1
-0
/
+39
*
Revert r277966. Forgot patch attribution.
Hubert Tong
2016-08-07
1
-39
/
+0
*
[libcxx] Add "flag" default arg: basic_regex ptr_size_flag ctor
Hubert Tong
2016-08-07
1
-0
/
+39
*
[libcxx] basic_regex: add traits_type, string_type
Hubert Tong
2016-08-02
1
-0
/
+6
*
Avoid octal escape sequence warning with MSVC. Patch from STL@microsoft.com
Eric Fiselier
2016-06-14
1
-1
/
+1
*
Remove trailing whitespace in test suite. Approved by Marshall Clow.
Eric Fiselier
2016-06-01
4
-6
/
+6
*
#include <test_macros.h> in all the regex tests, and remove all mentions of _...
Marshall Clow
2016-04-26
28
-0
/
+28
*
[libcxx] Add appropriate 'REQUIRE' directives to tests that require en_US.UTF-8.
Daniel Sanders
2016-01-21
1
-0
/
+2
*
Fix PR#26175. Thanks to Josh Petrie for the report and the patch. Reviewed as...
Marshall Clow
2016-01-19
1
-0
/
+1
*
Make it possible to build a no-exceptions variant of libcxx.
Asiri Rathnayake
2015-11-10
3
-0
/
+3
*
Detect and throw on a class of bad regexes that we mistakenly accepted before...
Marshall Clow
2015-07-23
2
-1
/
+43
*
Make regex::assign not clobber the regex in case of failure. Fixes PR#22213
Marshall Clow
2015-01-13
1
-0
/
+9
*
Move test into test/std subdirectory.
Eric Fiselier
2014-12-20
29
-0
/
+1067