[cfe-dev] alpha.core.BoolAssignment checker doesn't seem to work
Swati Tiwari
its.svati at gmail.com
Tue Dec 24 10:37:57 PST 2013
Hello all,
I am using the following command:
scan-build -enable-checker alpha.core.BooleanAssignment gcc -c
tBooleanAssignment.c
And the contents of the file tBooleanAssignment.c are
#include <stdbool.h>
int main()
{
bool a = 12;
}
I expect this to be reported as a bug but it's not. Is this a known issue
or am I missing something.
Thanks,
Swati
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20131224/4ede3950/attachment.html>
More information about the cfe-dev
mailing list