Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Parser] Handle #pragma pack/align inside C structs. | Argyrios Kyrtzidis | 2013-04-18 | 1 | -0/+12 |
| | | | | | | Fixes PR13580. Patch by Serge Pavlov! llvm-svn: 179743 | ||||
* | Parser: Add support for #pragma align, which is just another spelling of #pragma | Daniel Dunbar | 2010-07-31 | 1 | -0/+10 |
| | | | | | | options align. llvm-svn: 109952 | ||||
* | Sema: Just ignore '#pragma options align=power' for now, this is no worse than | Daniel Dunbar | 2010-05-28 | 1 | -1/+1 |
| | | | | | | | what we used to be doing, and makes sure that paired '#pragma options align=reset' won't fail. llvm-svn: 104998 | ||||
* | Sema: Add initial support for '#pragma options align=mac68k'. | Daniel Dunbar | 2010-05-27 | 1 | -1/+1 |
| | | | | | | | - Docs are fairly sketchy, if someone wants to pore through gcc to look for holes I'd appreciate any failing test cases! llvm-svn: 104809 | ||||
* | Sema: Reject '#pragma options align=mac68k' everywhere except i386-apple-darwin. | Daniel Dunbar | 2010-05-27 | 1 | -1/+1 |
| | | | | llvm-svn: 104789 | ||||
* | Sema: Support for #pragma options align={reset,natural}. '#pragma options align' | Daniel Dunbar | 2010-05-27 | 1 | -0/+12 |
shares the stack with '#pragma pack', who knew!? llvm-svn: 104786 |