[LLVMbugs] [Bug 18328] New: alpha.core.BoolAssignment doesn't work as expected
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Dec 26 12:35:44 PST 2013
http://llvm.org/bugs/show_bug.cgi?id=18328
Bug ID: 18328
Summary: alpha.core.BoolAssignment doesn't work as expected
Product: clang
Version: trunk
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: Static Analyzer
Assignee: kremenek at apple.com
Reporter: its.svati at gmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
I expect the following to be reported as a bug with the
alpha.core.BoolAssignment checker but it's not.
#include <stdbool.h>
int main()
{
bool a = 12;
}
--
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/20131226/c3a88d44/attachment.html>
More information about the llvm-bugs
mailing list