]> granicus.if.org Git - clang/commit
Add support for "neon_vector_type" and "neon_polyvector_type" attributes
authorBob Wilson <bob.wilson@apple.com>
Tue, 16 Nov 2010 00:32:24 +0000 (00:32 +0000)
committerBob Wilson <bob.wilson@apple.com>
Tue, 16 Nov 2010 00:32:24 +0000 (00:32 +0000)
commit4211bb68cff1f310be280f66a59520548ef99d8f
tree04d0cdcfdec8316b6fc06bb7ae15087cbd9cebb3
parent231da7eb3dd13007e5e40fffe48998e5ef284e06
Add support for "neon_vector_type" and "neon_polyvector_type" attributes
to create the special Neon vector types.  These are intended to be used in
Clang's version of <arm_neon.h> to define special Neon vector types that will
be mangled according to ARM's ABI.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@119301 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
include/clang/Sema/AttributeList.h
lib/Sema/AttributeList.cpp
lib/Sema/SemaDeclAttr.cpp
lib/Sema/SemaType.cpp