http://llvm.org/bugs/show_bug.cgi?id=20919
Bug ID: 20919
Summary: Static Analyzer false positive - disregards potential
exception
Product: clang
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: Static Analyzer
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Classification: Unclassified
Created attachment 13026
--> http://llvm.org/bugs/attachment.cgi?id=13026&action=edit
Report from the static analyzer clearly showing the problem.
I'm running the static analyzer (version 3.5) on some legacy code.
I got a false positive in a function where a boolean flag was used to return
the success (or failure) of a try/catch block. It seems like the static
analyzer disregards the chance that an exception may skip parts of the block.
Please see the attached, generated report.
Jarle
--
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