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: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to