Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Parser] Handle #pragma pack/align inside C structs. | Argyrios Kyrtzidis | 2013-04-18 | 1 | -0/+12 |
* | Parser: Add support for #pragma align, which is just another spelling of #pragma | Daniel Dunbar | 2010-07-31 | 1 | -0/+10 |
* | Sema: Just ignore '#pragma options align=power' for now, this is no worse than | Daniel Dunbar | 2010-05-28 | 1 | -1/+1 |
* | Sema: Add initial support for '#pragma options align=mac68k'. | Daniel Dunbar | 2010-05-27 | 1 | -1/+1 |
* | Sema: Reject '#pragma options align=mac68k' everywhere except i386-apple-darwin. | Daniel Dunbar | 2010-05-27 | 1 | -1/+1 |
* | Sema: Support for #pragma options align={reset,natural}. '#pragma options align' | Daniel Dunbar | 2010-05-27 | 1 | -0/+12 |