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.
libcxx/test/std/re/re.const/re.matchflag
Tim Shen 741cb8b8e6 [libcxx] Support std::regex_constants::match_not_null
Summary: Fixes PR21597.

Reviewers: mclow.lists, EricWF

Subscribers: cfe-commits

Differential Revision: https://reviews.llvm.org/D25595

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@284881 91177308-0d34-0410-b5e6-96231b3b80d8
8 years ago
..
match_flag_type.pass.cpp #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 9 years ago
match_not_bol.pass.cpp Remove trailing whitespace in test suite. Approved by Marshall Clow. 9 years ago
match_not_eol.pass.cpp Remove trailing whitespace in test suite. Approved by Marshall Clow. 9 years ago
match_not_null.pass.cpp [libcxx] Support std::regex_constants::match_not_null 8 years ago