http://llvm.org/bugs/show_bug.cgi?id=6331
Ted Kremenek <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |DUPLICATE --- Comment #2 from Ted Kremenek <[email protected]> 2010-03-28 00:43:30 CDT --- The analyzer currently doesn't do any inter-procedural analysis. You can mark the function 'noreturn' and the analyzer will correctly handle this case. Automatically inferring that die() doesn't return is covered by PR 2764. *** This bug has been marked as a duplicate of bug 2764 *** -- 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. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
