[LLVMbugs] [Bug 16064] New: Warn on exceptions in destructors

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sat May 18 10:44:45 PDT 2013


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

            Bug ID: 16064
           Summary: Warn on exceptions in destructors
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++
          Assignee: unassignedclangbugs at nondot.org
          Reporter: klimek at google.com
                CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Apparently destructors default to being noexcept(true) in C++11. Getting a
warning instead of a runtime difference in behavior when it's trivial to see
the exception would be lovely.

-- 
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/20130518/cfb98e2e/attachment.html>


More information about the llvm-bugs mailing list