Aaron Ballman
|
b7243381c2
|
Added the attribute name to the err_attribute_wrong_number_arguments diagnostic for clarity; updated almost all of the affected test cases.
Thanks to Fariborz Jahanian for the suggestion!
llvm-svn: 186980
|
2013-07-23 19:30:11 +00:00 |
Douglas Gregor
|
9824aec830
|
Don't complain about missing return statements for naked
functions. Fixes <rdar://problem/9731999>.
llvm-svn: 134897
|
2011-07-11 15:24:01 +00:00 |
John McCall
|
80ee5963fd
|
Pretty up the wrong-number-of-arguments-for-attribute diagnostic by
using a custom plural form. Split out the range diagnostics as their
own message.
llvm-svn: 126840
|
2011-03-02 12:15:05 +00:00 |
John McCall
|
4bb483629f
|
Change the wording of the bad-decl-for-attribute warning and error
to make it clear that we're talking about the declarations and not the types.
llvm-svn: 124175
|
2011-01-25 03:51:08 +00:00 |
Daniel Dunbar
|
8caf6415a8
|
Add support for attribute((naked)), patch by Zoxc on cfe-commits!
- Minor style tweaks by me.
llvm-svn: 115056
|
2010-09-29 18:20:25 +00:00 |