]> granicus.if.org Git - clang/commit
Type Type::isRealFloatingType() that vectors are not floating-point
authorDouglas Gregor <dgregor@apple.com>
Tue, 22 Jun 2010 23:07:26 +0000 (23:07 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 22 Jun 2010 23:07:26 +0000 (23:07 +0000)
commit0c293ea13d452c1a47a05ada5a5ee9acc69c66cc
tree05c555c43dc7bcba4c719c88c049d9bcf5d80d29
parente4eae6a5768357edbed80034cbc4670dde313b4d
Type Type::isRealFloatingType() that vectors are not floating-point
types, updating callers of both isFloatingType() and
isRealFloatingType() accordingly. Caught at least one issue where we
allowed one to declare a vector of vectors (!), along with cleaning up
the standard-conversion logic for C++.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106595 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/Type.cpp
lib/Analysis/PrintfFormatString.cpp
lib/Checker/CheckSecuritySyntaxOnly.cpp
lib/CodeGen/CGObjCMac.cpp
lib/Sema/SemaExprCXX.cpp
lib/Sema/SemaOverload.cpp
lib/Sema/SemaStmt.cpp
test/Sema/ext_vector_casts.c