[LLVMbugs] [Bug 18961] New: Warning does not result in report depending on header files
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Feb 25 02:08:21 PST 2014
http://llvm.org/bugs/show_bug.cgi?id=18961
Bug ID: 18961
Summary: Warning does not result in report depending on header
files
Product: clang
Version: 3.4
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: Static Analyzer
Assignee: kremenek at apple.com
Reporter: mjocalla at gmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Running scan-build results in a warning being generated but no report is
created at the end of the run.
The function generating the warning in the .cc file invokes a function defined
in the header which calls a section function in the header file.
When this call to the second function is removed, the same warning is generated
and a report is generated.
--
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/20140225/fb3525b4/attachment.html>
More information about the llvm-bugs
mailing list