| commit | 5460374cd986a6ec52aeed1d61e25f00eb8bca66 | [log] [tgz] |
|---|---|---|
| author | Daniel Dunbar <daniel@zuster.org> | Tue Oct 14 05:35:18 2008 +0000 |
| committer | Daniel Dunbar <daniel@zuster.org> | Tue Oct 14 05:35:18 2008 +0000 |
| tree | 91c253b45f078c22c1e0454778ce99b054e8495e | |
| parent | 3db01846db11381a274aa93a221633d8bd0cdc83 [diff] |
Add Sema implementation of #pragma pack stack. - Follows the MSVC (original) implementation, including support of pack(show) (useful for testing). - Implements support for named pack records which gcc seems to ignore (or implements incorrectly). - Not currently wired to anything, only functionality change is the type checking of the pragma. llvm-svn: 57476