summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/attr-regparm.c
Commit message (Collapse)AuthorAgeFilesLines
* Replacing err_attribute_argument_not_int with err_attribute_not_type_attrAaron Ballman2013-07-301-1/+1
| | | | llvm-svn: 187419
* Added the attribute name to the err_attribute_wrong_number_arguments ↵Aaron Ballman2013-07-231-1/+1
| | | | | | | | diagnostic for clarity; updated almost all of the affected test cases. Thanks to Fariborz Jahanian for the suggestion! llvm-svn: 186980
* Fix typo 'with with' in diagnostic.Richard Smith2013-02-211-1/+1
| | | | llvm-svn: 175823
* Pretty up the wrong-number-of-arguments-for-attribute diagnostic byJohn McCall2011-03-021-1/+1
| | | | | | | using a custom plural form. Split out the range diagnostics as their own message. llvm-svn: 126840
* Merge the "regparm" attribute from a previous declaration of aDouglas Gregor2010-06-181-5/+9
| | | | | | function to redeclarations of that function. Fixes PR7025. llvm-svn: 106317
* Revert "Fix for PR6953: per gcc, regparm and noreturn affect the ↵Daniel Dunbar2010-04-281-9/+5
| | | | | | compatibility of", it is breaking the builds of quite a few projects (emacs, dovecot, gnutar, bison). llvm-svn: 102501
* Fix for PR6953: per gcc, regparm and noreturn affect the compatibility ofEli Friedman2010-04-271-5/+9
| | | | | | | | | function types. This could potentially have unexpected side-effects, so look here if there are new regressions. llvm-svn: 102464
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
| | | | | | | | | - This is designed to make it obvious that %clang_cc1 is a "test variable" which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it can be useful to redefine what gets run as 'clang -cc1' (for example, to set a default target). llvm-svn: 91446
* Finish off semantic analysis for regparm, and remove the warning. Also Eli Friedman2009-03-271-0/+7
remove a redundant error in CodeGen. llvm-svn: 67868
OpenPOWER on IntegriCloud