llvm-project/libcxx/test/std/re/re.regex
Mark de Wever 72ce0c8073 [libc++][regex] Validate backreferences in the constructor.
This patch enables throwing exceptions for invalid backreferences
in the constructor when using the basic, extended,  grep, or egrep grammar.

This fixes bug 34297.

Differential Revision: https://reviews.llvm.org/D62453
2020-02-20 18:16:21 -05:00
..
re.regex.assign Add a missing default parameter to regex::assign. This is LWG3296; reviewed as https://reviews.llvm.org/D67944 2019-09-25 16:40:30 +00:00
re.regex.const Support tests in freestanding 2019-02-04 20:31:13 +00:00
re.regex.construct [libc++][regex] Validate backreferences in the constructor. 2020-02-20 18:16:21 -05:00
re.regex.locale Support tests in freestanding 2019-02-04 20:31:13 +00:00
re.regex.nonmemb Support tests in freestanding 2019-02-04 20:31:13 +00:00
re.regex.operations Support tests in freestanding 2019-02-04 20:31:13 +00:00
re.regex.swap Support tests in freestanding 2019-02-04 20:31:13 +00:00
types.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00