[LLVMbugs] [Bug 24262] New: regex does not throw an exception for an ECMAScript pattern that starts with '?'

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Jul 24 19:29:35 PDT 2015


https://llvm.org/bugs/show_bug.cgi?id=24262

            Bug ID: 24262
           Summary: regex does not throw an exception for an ECMAScript
                    pattern that starts with '?'
           Product: libc++
           Version: unspecified
          Hardware: Macintosh
                OS: MacOS X
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: unassignedclangbugs at nondot.org
          Reporter: tsmigiel at yahoo.com
                CC: llvmbugs at cs.uiuc.edu, mclow.lists at gmail.com
    Classification: Unclassified

Created attachment 14645
  --> https://llvm.org/bugs/attachment.cgi?id=14645&action=edit
ecma.cpp

When specifying an ECMAScript regex that starts with '?', as in the test
case attached, I was expecting it to throw an 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/20150725/8c8af144/attachment.html>


More information about the llvm-bugs mailing list