[LLVMbugs] [Bug 24262] regex does not throw an exception for an ECMAScript pattern that starts with '?'
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Jul 27 14:37:42 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=24262
Marshall Clow (home) <mclow.lists at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #2 from Marshall Clow (home) <mclow.lists at gmail.com> ---
This was fixed in r243030.
Note that libc++ now throws std::regex_constants::error_badrepeat, not
error_escape.
But I think that's the correct error.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150727/860f3f2e/attachment.html>
More information about the llvm-bugs
mailing list