llvm-project/libcxx/test/std/re/re.alg
Louis Dionne 954d4a2235 [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

llvm-svn: 340609
2018-08-24 14:10:28 +00:00
..
re.alg.match [libc++] Fix handling of negated character classes in regex 2018-08-24 14:10:28 +00:00
re.alg.replace #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 2016-04-26 16:24:44 +00:00
re.alg.search [libc++] Fix handling of negated character classes in regex 2018-08-24 14:10:28 +00:00
re.except
nothing_to_do.pass.cpp