Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prior to adding the new "expected-no-diagnostics" directive to ↵ | Andy Gibbs | 2012-10-19 | 1 | -0/+1 |
| | | | | | | VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. llvm-svn: 166280 | ||||
* | 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 |