Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sema: Fix a bug with #pragma options align=reset, reset against an empty stack | Daniel Dunbar | 2010-07-16 | 1 | -0/+7 |
| | | | | | | is well defined, it resets to the default alignment. llvm-svn: 108508 | ||||
* | tests: Spell %clang_cc1 correctly. | Daniel Dunbar | 2010-06-29 | 1 | -1/+1 |
| | | | | llvm-svn: 107152 | ||||
* | Parse/Sema: Add support for '#pragma options align=packed', which, it should be | Daniel Dunbar | 2010-05-27 | 1 | -0/+23 |
noted, is not the same as __attribute__((packed)). That would be ridiculous! llvm-svn: 104865 |