You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
libcxx_old/test/std/re/re.regex
Marshall Clow 24c7353aa9 Fix an unsigned integer overflow in regex that lead to a bad memory access. Found by OSS-Fuzz
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@316191 91177308-0d34-0410-b5e6-96231b3b80d8
8 years ago
..
re.regex.assign Cleanup _LIBCPP_HAS_NO_<c++11-features> macro usage in regex 9 years ago
re.regex.const [libcxx] [test] Rename _Tp to T. NFCI. 8 years ago
re.regex.construct Fix an unsigned integer overflow in regex that lead to a bad memory access. Found by OSS-Fuzz 8 years ago
re.regex.locale #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 10 years ago
re.regex.nonmemb #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 10 years ago
re.regex.operations Move test into test/std subdirectory. 11 years ago
re.regex.swap #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 10 years ago
types.pass.cpp [libcxx] basic_regex: add traits_type, string_type 9 years ago