Age | Commit message (Expand) | Author |
---|---|---|
2012-10-19 | Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost... | Andy Gibbs |
2011-02-19 | Fix PR9253, allowing attribute(aligned) to reduce the alignment of | Chris Lattner |
2010-03-29 | Support __attribute__((packed)) (along with other attributes) at the | Douglas Gregor |
2009-12-15 | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar |
2009-03-24 | Rename clang to clang-cc. | Daniel Dunbar |
2009-02-18 | __attribute__((aligned)) was being ignored! | Daniel Dunbar |
2008-10-03 | Merge postfix attributes on record decls. | Daniel Dunbar |
2008-05-30 | Cleanup/refactoring of Sema struct layout. This patch unifies the struct | Eli Friedman |
2008-05-09 | Fix rdar://5921025 a crash on the included testcase. | Chris Lattner |
2008-02-16 | Add more tests | Anders Carlsson |
2008-02-16 | Make sizeof and __alignof work correctly with packed structs. | Anders Carlsson |