aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Sema/callingconv.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-09Tighten diagnostics for calling conventions on variadic functionsHans Wennborg1-4/+3
2013-10-08Turn error about fastcall variadic function into warning in MS mode (PR12535)Hans Wennborg1-0/+6
2013-09-13Updated the PCS calling convention to use the new checkStringLiteralArgument ...Aaron Ballman1-1/+2
2013-08-31Consolidating the notion of a GNU attribute parameter with the attribute argu...Aaron Ballman1-1/+1
2013-08-27Delete CC_Default and use the target default CC everywhereReid Kleckner1-0/+4
2013-07-30err_attribute_not_string has been subsumed by err_attribute_argument_type.Aaron Ballman1-1/+1
2013-07-23Added the attribute name to the err_attribute_wrong_number_arguments diagnost...Aaron Ballman1-7/+7
2013-01-29Downgrade 'attribute ignored when parsing type' from error to warning, to matchRichard Smith1-1/+1
2012-12-25Add intel_ocl_bicc calling convention as a function attribute to clang. The c...Guy Benyei1-0/+2
2012-10-16Add pnaclcall convention to Native Client targets.Derek Schuff1-0/+1
2012-10-02Allowing individual targets to determine whether a given calling convention i...Aaron Ballman1-3/+4
2012-08-14Fix horribly broken sema of __attribute__((pcs())).Benjamin Kramer1-0/+8
2011-03-02Pretty up the wrong-number-of-arguments-for-attribute diagnostic byJohn McCall1-2/+2
2010-02-24When we encounter a function-specific attribute in a declaration specifier,Charles Davis1-0/+4
2010-02-23When comparing two calling conventions after redeclaring a function, compareCharles Davis1-0/+4
2010-02-05Standardize the parsing of function type attributes in a way thatJohn McCall1-2/+5
2010-02-04Allow calling convention attributes to apply to types. Patch by Chip Davis!John McCall1-0/+12
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar1-1/+1
2009-11-09Add support for cdecl attribute. (As far as I know, it doesn't affect CodeGenEli Friedman1-0/+4
2009-11-04Diagnose the use of 'fastcall' on functions without prototypes or withJohn McCall1-0/+9
2009-03-24Rename clang to clang-cc.Daniel Dunbar1-1/+1
2008-03-07Add new testNate Begeman1-0/+10