]> granicus.if.org Git - clang/commit
Fix rdar://6880951 by rejecting vectors of vectors.
authorChris Lattner <sabre@nondot.org>
Wed, 13 May 2009 05:13:44 +0000 (05:13 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 13 May 2009 05:13:44 +0000 (05:13 +0000)
commit82afa2d97d39cc0d5a4897716ec0a80aeab9e14b
treeee3ed76ab5de5423a6933cd7bdf3f6c93c923e53
parent8f12f65fad7bfbbdbd4234efe0d484f68c3924b6
Fix rdar://6880951 by rejecting vectors of vectors.
It seems dubious to me that isIntegerType() returns true for
vectors of integers, but not complex integers.  This should
probably be rethought, I'll file a bugzilla.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@71640 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDeclAttr.cpp
test/Sema/types.c