http://llvm.org/bugs/show_bug.cgi?id=4208

           Summary: isIntegerType() returns true for vectors of integers
           Product: clang
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Keywords: code-cleanup
          Severity: normal
          Priority: P2
         Component: AST
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


isIntegerType() currently returns true for vectors of integers.  This is really
dangerous because a lot of sema uses this predicate and probably doesn't expect
vectors.  Should should follow the lead of complex and has a isVectorOfInteger
method or something like that instead.


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- 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