summaryrefslogtreecommitdiffstats
path: root/test/Sema/attr-naked.c
Commit message (Expand)AuthorAgeFilesLines
* Allow register variables in naked functions.Nikola Smiljanic2016-09-131-0/+18
* Disallow using function parameters in extended asm inputs or outputs in naked...Hans Wennborg2014-10-081-0/+16
* Allow empty statements in naked functions in addition to ASM statementsEhsan Akhgari2014-09-091-0/+9
* Don't allow inline asm statements to reference parameters in naked functionsHans Wennborg2014-09-041-0/+5
* Don't allow non-ASM statements in naked functionsHans Wennborg2014-09-041-1/+9
* Added the attribute name to the err_attribute_wrong_number_arguments diagnost...Aaron Ballman2013-07-231-2/+2
* Don't complain about missing return statements for nakedDouglas Gregor2011-07-111-0/+4
* Pretty up the wrong-number-of-arguments-for-attribute diagnostic byJohn McCall2011-03-021-1/+1
* Change the wording of the bad-decl-for-attribute warning and errorJohn McCall2011-01-251-1/+1
* Add support for attribute((naked)), patch by Zoxc on cfe-commits!Daniel Dunbar2010-09-291-0/+8