Age | Commit message (Expand) | Author |
---|---|---|
2012-10-02 | Allowing individual targets to determine whether a given calling convention i... | Aaron Ballman |
2011-06-06 | Start fixing up clang tests to work on the clang-native-arm-cortex-a9 builder. | Eli Friedman |
2011-01-25 | Diagnose calling convention attribute incompatibilities. Fixes rdar://8876096. | Argyrios Kyrtzidis |
2011-01-05 | Refactor the application of type attributes so that attributes from | John McCall |
2010-02-05 | Standardize the parsing of function type attributes in a way that | John McCall |
2009-12-15 | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar |
2009-11-04 | Diagnose the use of 'fastcall' on functions without prototypes or with | John McCall |
2009-03-24 | Rename clang to clang-cc. | Daniel Dunbar |
2008-12-26 | Complete the test after adding handling of merged attributes on decls. | Anton Korobeynikov |
2008-12-26 | Testcase for stdcall/fastcall sema checks. | Anton Korobeynikov |