]> granicus.if.org Git - clang/commit
Partially revert "Replace custom alignment enforcement with LLVM_ALIGNAS."
authorBenjamin Kramer <benny.kra@googlemail.com>
Thu, 2 Apr 2015 12:43:31 +0000 (12:43 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Thu, 2 Apr 2015 12:43:31 +0000 (12:43 +0000)
commit689ffc5cc1d9ba2e70aae4d7c342288c155a2118
tree660129134411223e60a6705295da2797a3cb6619
parent62c6c7cf3abbdb1121cc63c6247ab67ade756444
Partially revert "Replace custom alignment enforcement with LLVM_ALIGNAS."

MSVC 2013 can't even parse __declspec(align(sizeof(foo))). We'll have to
wait until MSVC 2015 for this.

This partially reverts commit r233911.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@233912 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclGroup.h
include/clang/AST/DeclTemplate.h
include/clang/AST/Stmt.h
lib/AST/Decl.cpp