summaryrefslogtreecommitdiff
path: root/test/Sema/callingconv.c
Commit message (Expand)AuthorAgeFilesLines
* Renamed and changed the wording of warn_cconv_ignoredSunil Srivastava2019-07-171-6/+6
* Permit redeclarations of a builtin to specify calling convention.Erich Keane2019-03-211-3/+5
* [AArch64] Add aarch64_vector_pcs function attribute to ClangSander de Smalen2018-11-261-0/+2
* Remove support for pnaclcall attributeDerek Schuff2015-01-281-2/+0
* Don't diagnose no-prototype callee-cleanup function definitionsReid Kleckner2014-11-031-1/+1
* Add frontend support for __vectorcallReid Kleckner2014-10-241-1/+1
* Downgrade error about stdcall decls with no prototype to a warningReid Kleckner2014-09-241-1/+1
* Improving calling convention test coverage by adding tests for things not cur...Aaron Ballman2013-11-191-0/+2
* Tighten diagnostics for calling conventions on variadic functionsHans Wennborg2013-10-091-4/+3
* Turn error about fastcall variadic function into warning in MS mode (PR12535)Hans Wennborg2013-10-081-0/+6
* Updated the PCS calling convention to use the new checkStringLiteralArgument ...Aaron Ballman2013-09-131-1/+2
* Consolidating the notion of a GNU attribute parameter with the attribute argu...Aaron Ballman2013-08-311-1/+1
* Delete CC_Default and use the target default CC everywhereReid Kleckner2013-08-271-0/+4
* err_attribute_not_string has been subsumed by err_attribute_argument_type.Aaron Ballman2013-07-301-1/+1
* Added the attribute name to the err_attribute_wrong_number_arguments diagnost...Aaron Ballman2013-07-231-7/+7
* Downgrade 'attribute ignored when parsing type' from error to warning, to matchRichard Smith2013-01-291-1/+1
* Add intel_ocl_bicc calling convention as a function attribute to clang. The c...Guy Benyei2012-12-251-0/+2
* Add pnaclcall convention to Native Client targets.Derek Schuff2012-10-161-0/+1
* Allowing individual targets to determine whether a given calling convention i...Aaron Ballman2012-10-021-3/+4
* Fix horribly broken sema of __attribute__((pcs())).Benjamin Kramer2012-08-141-0/+8
* Pretty up the wrong-number-of-arguments-for-attribute diagnostic byJohn McCall2011-03-021-2/+2
* When we encounter a function-specific attribute in a declaration specifier,Charles Davis2010-02-241-0/+4
* When comparing two calling conventions after redeclaring a function, compareCharles Davis2010-02-231-0/+4
* Standardize the parsing of function type attributes in a way thatJohn McCall2010-02-051-2/+5
* Allow calling convention attributes to apply to types. Patch by Chip Davis!John McCall2010-02-041-0/+12
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Add support for cdecl attribute. (As far as I know, it doesn't affect CodeGenEli Friedman2009-11-091-0/+4
* Diagnose the use of 'fastcall' on functions without prototypes or withJohn McCall2009-11-041-0/+9
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Add new testNate Begeman2008-03-071-0/+10