]> granicus.if.org Git - clang/commit
Fix PR9253, allowing attribute(aligned) to reduce the alignment of
authorChris Lattner <sabre@nondot.org>
Sat, 19 Feb 2011 22:55:41 +0000 (22:55 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 19 Feb 2011 22:55:41 +0000 (22:55 +0000)
commitc1de52de64725945e5ae87e6f99ddedf161856e5
treeb990f1f5f7d3218991074f89b15765772a77192c
parent3e026e323f1bd820fb9c880b1db951c87df94bb4
Fix PR9253, allowing attribute(aligned) to reduce the alignment of
a typedef.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@126059 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ASTContext.cpp
test/Sema/struct-packed-align.c