Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
e93c63d468d36e67cb15d183ecc6b8216c87c138
/
libcxx
/
test
/
std
/
re
/
re.regex
55b9e44
Fix an unsigned integer overflow in regex that lead to a bad memory access. Found by OSS-Fuzz
by Marshall Clow
· 8 years ago
aae6356
[libcxx] [test] Rename _Tp to T. NFCI.
by Stephan T. Lavavej
· 8 years ago
9f7cc58
Cleanup _LIBCPP_HAS_NO_<c++11-features> macro usage in regex
by Eric Fiselier
· 9 years ago
3c35491
Update all bug URL's to point to https://bugs.llvm.org/...
by Eric Fiselier
· 9 years ago
da520dc
Fix bug #31387 - not checking end iterator when parsing decimal escape. Thanks to Karen for the report.
by Marshall Clow
· 9 years ago
08eb214
[libcxx] Recover no-exceptions XFAILs - I
by Asiri Rathnayake
· 9 years ago
2fdf202
[libcxx] Add "flag" default arg: basic_regex ptr_size_flag ctor
by Hubert Tong
· 9 years ago
faf3149
Revert r277966. Forgot patch attribution.
by Hubert Tong
· 9 years ago
614c406
[libcxx] Add "flag" default arg: basic_regex ptr_size_flag ctor
by Hubert Tong
· 9 years ago
ac98d59
[libcxx] basic_regex: add traits_type, string_type
by Hubert Tong
· 9 years ago
d046d54
Avoid octal escape sequence warning with MSVC. Patch from STL@microsoft.com
by Eric Fiselier
· 9 years ago
d04c685
Remove trailing whitespace in test suite. Approved by Marshall Clow.
by Eric Fiselier
· 9 years ago
fd5ceb2
#include <test_macros.h> in all the regex tests, and remove all mentions of __cpluplus (use TEST_STD_VERS and/or XFAIL instead). No functional change
by Marshall Clow
· 10 years ago
61c115f
[libcxx] Add appropriate 'REQUIRE' directives to tests that require en_US.UTF-8.
by Daniel Sanders
· 10 years ago
b414b2f
Fix PR#26175. Thanks to Josh Petrie for the report and the patch. Reviewed as http://reviews.llvm.org/D16262
by Marshall Clow
· 10 years ago
f520c14
Make it possible to build a no-exceptions variant of libcxx.
by Asiri Rathnayake
· 10 years ago
983d178
Detect and throw on a class of bad regexes that we mistakenly accepted before. Thanks to Trevor Smigiel for the report
by Marshall Clow
· 10 years ago
9db9069
Make regex::assign not clobber the regex in case of failure. Fixes PR#22213
by Marshall Clow
· 11 years ago
5a83710
Move test into test/std subdirectory.
by Eric Fiselier
· 11 years ago