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
Hans Wennborg dffe9e0f1d Merging r340609:
------------------------------------------------------------------------
r340609 | ldionne | 2018-08-24 16:10:28 +0200 (Fri, 24 Aug 2018) | 13 lines

[libc++] Fix handling of negated character classes in regex

Summary:
This commit fixes a regression introduced in r316095, where we don't match
inverted character classes when there's no negated characrers in the []'s.

rdar://problem/43060054

Reviewers: mclow.lists, timshen, EricWF

Subscribers: christof, dexonsmith, cfe-commits

Differential Revision: https://reviews.llvm.org/D50534
------------------------------------------------------------------------


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/branches/release_70@341529 91177308-0d34-0410-b5e6-96231b3b80d8
7 years ago
..
re.alg Merging r340609: 7 years ago
re.badexp #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.const [libcxx] Support std::regex_constants::match_not_null 9 years ago
re.def Move test into test/std subdirectory. 11 years ago
re.general Move test into test/std subdirectory. 11 years ago
re.grammar Add missing test_macros.h inclusion. 8 years ago
re.iter [libcxx] [test] Fix URLs in comments and make them HTTPS. NFC. 8 years ago
re.regex [libcxx] [test] Strip trailing whitespace. NFC. 8 years ago
re.req Move test into test/std subdirectory. 11 years ago
re.results More of P0600 - '[[nodiscard]] in the Library' mark empty() as nodiscard in match_results. <regex> 8 years ago
re.submatch fix warnings only produced by apple-clang 9 years ago
re.syn #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.traits Guard usage of libc++ regex internals inside test. 9 years ago
nothing_to_do.pass.cpp Move test into test/std subdirectory. 11 years ago