[LLVMbugs] [Bug 9382] Incorrect "'noreturn' should not return" when there's code after a nested call to a noreturn member function

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Oct 9 16:00:37 PDT 2011


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

Douglas Gregor <dgregor at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #1 from Douglas Gregor <dgregor at apple.com> 2011-10-09 18:00:37 CDT ---
Clang correctly models this now. There is no -Winvalid-noreturn diagnostic, but
there is a warning under -Wunreachable-code.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list