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.alg/re.alg.search
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
..
awk.pass.cpp Fix -Wsign-compare warnings in re tests that only run on OS X 9 years ago
backup.pass.cpp Update all bug URL's to point to https://bugs.llvm.org/... 9 years ago
basic.fail.cpp Remove trailing whitespace in test suite. Approved by Marshall Clow. 10 years ago
basic.pass.cpp Fix -Wsign-compare warnings in re tests that only run on OS X 9 years ago
ecma.pass.cpp Fix -Wsign-compare warnings in re tests that only run on OS X 9 years ago
egrep.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 10 years ago
exponential.pass.cpp Mark tests as unsupported in C++98 as well 8 years ago
extended.pass.cpp Fix -Wsign-compare warnings in re tests that only run on OS X 9 years ago
grep.pass.cpp Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed as https://reviews.llvm.org/D40065 8 years ago
invert_neg_word_search.pass.cpp Merging r340609: 7 years ago
lookahead.pass.cpp Update all bug URL's to point to https://bugs.llvm.org/... 9 years ago
no_update_pos.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 10 years ago