Age | Commit message (Expand) | Author |
---|---|---|
2012-05-11 | Make sure that we recognize __attribute__((align)) as a synonym for | Douglas Gregor |
2010-10-08 | __attribute__((aligned(n))) directly specifies the alignment of a declaration | John McCall |
2009-12-15 | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar |
2009-04-30 | Properly compute the alignment of typedefs that make use of the | Douglas Gregor |
2009-03-24 | Rename clang to clang-cc. | Daniel Dunbar |
2009-02-22 | Fix for PR3433: map __alignof__ to preferred alignment. (This was | Eli Friedman |
2009-02-22 | Improvements to ASTContext::getDeclAlignInBytes; fixes the testcase in | Eli Friedman |
2009-02-16 | Diagnose non-power-of-2 arguments to attribute aligned. | Daniel Dunbar |