summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/packed-structure.c
Commit message (Collapse)AuthorAgeFilesLines
* __alignof attribute on the field must considerFariborz Jahanian2011-05-051-5/+4
| | | | | | packed attribute on the field. //rdar://9217290 llvm-svn: 130948
* Fix the computation of alignment for fields of packed+aligned structs.John McCall2011-01-201-0/+13
| | | | | | Part of the fix for PR8413. llvm-svn: 123904
* IRgen: Set the alignment correctly when creating LValue for a decls.Daniel Dunbar2010-08-211-0/+89
- Fixes PR5598. - Review appreciated. llvm-svn: 111726
OpenPOWER on IntegriCloud