]> granicus.if.org Git - clang/commit
There is no such thing as __attribute__((align)); that's a __declspec attribute....
authorAaron Ballman <aaron@aaronballman.com>
Mon, 13 Jan 2014 21:30:03 +0000 (21:30 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Mon, 13 Jan 2014 21:30:03 +0000 (21:30 +0000)
commitab76d2f8b379622b6a4d835377dd9ef9ba05982b
treed011abc9033c3e9d2a7a26ae245bc23cb7e4c0db
parentd03479ea282c143eb21112762331764241ab371c
There is no such thing as __attribute__((align)); that's a __declspec attribute. Fixing these test cases to use the proper spelling for their syntax.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@199141 91177308-0d34-0410-b5e6-96231b3b80d8
test/Sema/attr-aligned.c
test/Sema/types.c
test/SemaTemplate/attributes.cpp