Aaron Ballman
3bf758cd65
err_attribute_not_string has been subsumed by err_attribute_argument_type.
...
llvm-svn: 187400
2013-07-30 01:31:03 +00:00
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
John McCall
7853595253
Allow GC qualifiers to be added/removed by conversions from/to void*
...
without a warning.
llvm-svn: 128328
2011-03-26 02:56:45 +00:00
John McCall
462c055d85
Fix my earlier commit to work with escaped newlines and leave breadcrumbs
...
in case we want to make a world where we can check intermediate instantiations
for this kind of breadcrumb.
llvm-svn: 127221
2011-03-08 07:59:04 +00:00
John McCall
ed14ad24e0
objc_gc wants a pointer type, not a function type; give it a more appropriate
...
diagnostic. Also, these attributes are commonly written with macros which we
actually pre-define, so instead of expanding the macro location, refer to the
instantiation location and name it using the macro loc.
llvm-svn: 127219
2011-03-08 04:17:03 +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
Daniel Dunbar
8fbe78f6fc
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
...
- 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
2009-12-15 20:14:24 +00:00
Fariborz Jahanian
0399c1c9c0
Change tests to use clang -cc1...
...
llvm-svn: 91297
2009-12-14 17:36:25 +00:00
Daniel Dunbar
a45cf5b6b0
Rename clang to clang-cc.
...
Tests and drivers updated, still need to shuffle dirs.
llvm-svn: 67602
2009-03-24 02:24:46 +00:00
Chris Lattner
9844408ad6
rename test
...
llvm-svn: 64545
2009-02-14 08:08:05 +00:00