summaryrefslogtreecommitdiff
path: root/test/Sema/decl-microsoft-call-conv.c
Commit message (Expand)AuthorAgeFilesLines
* Move the no-prototype calling conv check after decl mergingReid Kleckner2014-11-031-0/+5
* Don't diagnose no-prototype callee-cleanup function definitionsReid Kleckner2014-11-031-5/+11
* Add frontend support for __vectorcallReid Kleckner2014-10-241-4/+7
* Simplify tests.Nico Weber2014-09-241-8/+0
* Downgrade error about stdcall decls with no prototype to a warningReid Kleckner2014-09-241-7/+7
* Follow-up to r214408: Warn on other callee-cleanup functions without prototyp...Nico Weber2014-09-191-4/+24
* Delay check for prototype on __fastcall functions until after MergeFunctionDecl.Nico Weber2014-07-311-0/+9