]> granicus.if.org Git - clang/commit
[PowerPC]Activate "vector bool long long" (and alternate spellings) as a valid type...
authorBill Seurer <seurer@linux.vnet.ibm.com>
Tue, 3 Mar 2015 20:08:43 +0000 (20:08 +0000)
committerBill Seurer <seurer@linux.vnet.ibm.com>
Tue, 3 Mar 2015 20:08:43 +0000 (20:08 +0000)
commitee9464c4978d9dd00a9b14a8502bdb834dda3356
tree753ac10a6265f5daec164bf4be65c77819aef317
parent46aa51e375f51b15badc7c7b531c9cb951a15801
[PowerPC]Activate "vector bool long long" (and alternate spellings) as a valid type for Altivec support for Power.

There are two test case updates for very basic testing. While I was editing cxx-altivec.cpp I also updated it to better match some other changes in altivec.c.

Note: "vector bool long" was not also added because its use is considered deprecated.

http://reviews.llvm.org/D7235

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@231118 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticParseKinds.td
lib/Sema/DeclSpec.cpp
test/Parser/altivec.c
test/Parser/cxx-altivec.cpp