aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/callingconv.c
AgeCommit message (Expand)Author
2013-01-29Downgrade 'attribute ignored when parsing type' from error to warning, to matchRichard Smith
2012-12-25Add intel_ocl_bicc calling convention as a function attribute to clang. The c...Guy Benyei
2012-10-16Add pnaclcall convention to Native Client targets.Derek Schuff
2012-10-02Allowing individual targets to determine whether a given calling convention i...Aaron Ballman
2012-08-14Fix horribly broken sema of __attribute__((pcs())).Benjamin Kramer
2011-03-02Pretty up the wrong-number-of-arguments-for-attribute diagnostic byJohn McCall
2010-02-24When we encounter a function-specific attribute in a declaration specifier,Charles Davis
2010-02-23When comparing two calling conventions after redeclaring a function, compareCharles Davis
2010-02-05Standardize the parsing of function type attributes in a way thatJohn McCall
2010-02-04Allow calling convention attributes to apply to types. Patch by Chip Davis!John McCall
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-09Add support for cdecl attribute. (As far as I know, it doesn't affect CodeGenEli Friedman
2009-11-04Diagnose the use of 'fastcall' on functions without prototypes or withJohn McCall
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2008-03-07Add new testNate Begeman