summaryrefslogtreecommitdiff
path: root/test/Sema/stdcall-fastcall.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Append new attributes to the end of an AttributeList."Michael Kruse2018-06-251-1/+1
* Append new attributes to the end of an AttributeList.Michael Kruse2018-06-191-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
* Follow-up to r214408: Warn on other callee-cleanup functions without prototyp...Nico Weber2014-09-191-1/+1
* Allowing individual targets to determine whether a given calling convention i...Aaron Ballman2012-10-021-1/+0
* Start fixing up clang tests to work on the clang-native-arm-cortex-a9 builder.Eli Friedman2011-06-061-1/+2
* Diagnose calling convention attribute incompatibilities. Fixes rdar://8876096.Argyrios Kyrtzidis2011-01-251-0/+10
* Refactor the application of type attributes so that attributes fromJohn McCall2011-01-051-1/+1
* Standardize the parsing of function type attributes in a way thatJohn McCall2010-02-051-4/+4
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Diagnose the use of 'fastcall' on functions without prototypes or withJohn McCall2009-11-041-2/+2
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Complete the test after adding handling of merged attributes on decls.Anton Korobeynikov2008-12-261-3/+1
* Testcase for stdcall/fastcall sema checks.Anton Korobeynikov2008-12-261-0/+12