summaryrefslogtreecommitdiffstats
path: root/clang/test/Parser/pragma-options.c
Commit message (Collapse)AuthorAgeFilesLines
* [Parser] Handle #pragma pack/align inside C structs.Argyrios Kyrtzidis2013-04-181-0/+12
| | | | | | Fixes PR13580. Patch by Serge Pavlov! llvm-svn: 179743
* Parser: Add support for #pragma align, which is just another spelling of #pragmaDaniel Dunbar2010-07-311-0/+10
| | | | | | options align. llvm-svn: 109952
* Sema: Just ignore '#pragma options align=power' for now, this is no worse thanDaniel Dunbar2010-05-281-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 Dunbar2010-05-271-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 Dunbar2010-05-271-1/+1
| | | | llvm-svn: 104789
* Sema: Support for #pragma options align={reset,natural}. '#pragma options align'Daniel Dunbar2010-05-271-0/+12
shares the stack with '#pragma pack', who knew!? llvm-svn: 104786
OpenPOWER on IntegriCloud