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: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to