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