[LLVMbugs] [Bug 21879] New: Noexcept New

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Dec 11 04:19:52 PST 2014


http://llvm.org/bugs/show_bug.cgi?id=21879

            Bug ID: 21879
           Summary: Noexcept New
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: C++
          Assignee: unassignedclangbugs at nondot.org
          Reporter: olafvdspek at gmail.com
                CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Lots of programs abort / terminate when new fails to allocate memory. Would it
be possible to have an option to make new noexcept, possibly allowing more
optimizations as noexcept will have a ripple effect?

-- 
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/20141211/edda4e50/attachment.html>


More information about the llvm-bugs mailing list