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
Eli Friedman
bd0e67362c
Correct the order of the parameters to CheckAssignmentConstraints in
...
cleanup attribute checking. The difference isn't normally visible, but it
can make a difference...
llvm-svn: 70104
2009-04-26 01:30:08 +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
Anders Carlsson
f2f2e7f6a1
Use CheckAssignmentConstraints for checking the cleanup attr function. Fixes PR3656.
...
llvm-svn: 65461
2009-02-25 17:19:08 +00:00
Anders Carlsson
723f55d697
Improve Sema of the cleanup attribute somewhat.
...
llvm-svn: 64047
2009-02-07 23:16:50 +00:00
Anders Carlsson
12beab7085
Forgot to add this test.
...
llvm-svn: 63484
2009-01-31 19:07:49 +00:00