]> granicus.if.org Git - clang/commit
Fix the computation of alignment for fields of packed+aligned structs.
authorJohn McCall <rjmccall@apple.com>
Thu, 20 Jan 2011 07:57:12 +0000 (07:57 +0000)
committerJohn McCall <rjmccall@apple.com>
Thu, 20 Jan 2011 07:57:12 +0000 (07:57 +0000)
commitba4f5d5754c8291690d01ca9581926673d69b24c
treeba5c8463382801f9f2f55641e03278da8c565d69
parent9eefa229dfb71400a6bbee326420a7f0e2e91f1f
Fix the computation of alignment for fields of packed+aligned structs.
Part of the fix for PR8413.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@123904 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Decl.h
lib/AST/ASTContext.cpp
lib/AST/Decl.cpp
lib/AST/ExprConstant.cpp
test/CodeGen/packed-structure.c