Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated the wording of two attribute-related diagnostics so that they print ↵ | Aaron Ballman | 2014-01-02 | 1 | -1/+1 |
| | | | | | | the offending attribute name. Also updates the associated test cases. llvm-svn: 198355 | ||||
* | Going back to using getName for consistency. | Aaron Ballman | 2013-07-23 | 1 | -1/+1 |
| | | | | llvm-svn: 186966 | ||||
* | Pretty up the wrong-number-of-arguments-for-attribute diagnostic by | John McCall | 2011-03-02 | 1 | -1/+1 |
| | | | | | | | using a custom plural form. Split out the range diagnostics as their own message. llvm-svn: 126840 | ||||
* | Remove space from rdar URIs. | Fariborz Jahanian | 2010-11-09 | 1 | -2/+2 |
| | | | | llvm-svn: 118474 | ||||
* | Consider obective-c pointer arguments as valid sentinel args | Fariborz Jahanian | 2010-07-14 | 1 | -0/+12 |
| | | | | | | as well. Fixes radar 7975788. llvm-svn: 108333 | ||||
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -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 | ||||
* | Change tests to use clang -cc1... | Fariborz Jahanian | 2009-12-14 | 1 | -1/+1 |
| | | | | llvm-svn: 91297 | ||||
* | Look for and diagnose missing sentinel argument on message | Fariborz Jahanian | 2009-05-13 | 1 | -0/+37 |
dispatch arguments which have sentinel attribute. llvm-svn: 71737 |