[PATCH] D26026: [libcxx] Make regex_match backtrack when search fails

Tim Shen via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 27 02:05:42 PDT 2016


timshen created this revision.
timshen added a reviewer: mclow.lists.
timshen added a subscriber: cfe-commits.
Herald added a subscriber: emaste.

Fixes PR19851.
alg.re.match/ecma.pass.cpp still XFAILS on linux, but after commenting out
locale-related tests, it passes. I don't have a freebsd machine to produce a
full pass.


https://reviews.llvm.org/D26026

Files:
  libcxx/include/regex
  libcxx/test/std/re/re.alg/re.alg.match/ecma.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26026.75995.patch
Type: text/x-patch
Size: 7622 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161027/99e84502/attachment-0001.bin>


More information about the cfe-commits mailing list