Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | When we encounter a function-specific attribute in a declaration specifier, | Charles Davis | 2010-02-24 | 1 | -0/+4 |
* | When comparing two calling conventions after redeclaring a function, compare | Charles Davis | 2010-02-23 | 1 | -0/+4 |
* | Standardize the parsing of function type attributes in a way that | John McCall | 2010-02-05 | 1 | -2/+5 |
* | Allow calling convention attributes to apply to types. Patch by Chip Davis! | John McCall | 2010-02-04 | 1 | -0/+12 |
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
* | Add support for cdecl attribute. (As far as I know, it doesn't affect CodeGen | Eli Friedman | 2009-11-09 | 1 | -0/+4 |
* | Diagnose the use of 'fastcall' on functions without prototypes or with | John McCall | 2009-11-04 | 1 | -0/+9 |
* | Rename clang to clang-cc. | Daniel Dunbar | 2009-03-24 | 1 | -1/+1 |
* | Add new test | Nate Begeman | 2008-03-07 | 1 | -0/+10 |