[PATCH] D14744: PR10235: support for vector mode attributes + warning

Dmitry Polukhin via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 17 04:56:13 PST 2015


DmitryPolukhin created this revision.
DmitryPolukhin added a reviewer: aaron.ballman.
DmitryPolukhin added a subscriber: cfe-commits.

Add support for vector mode attributes like "__attribute__((mode(V4SF)))". Also add warning about deprecated vector modes like GCC does.

http://reviews.llvm.org/D14744

Files:
  include/clang/Basic/DiagnosticSemaKinds.td
  lib/Sema/SemaDeclAttr.cpp
  test/Sema/attr-mode-vector-types.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14744.40384.patch
Type: text/x-patch
Size: 6462 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20151117/5fad72c0/attachment.bin>


More information about the cfe-commits mailing list