summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC/method-sentinel-attr.m
Commit message (Collapse)AuthorAgeFilesLines
* Updated the wording of two attribute-related diagnostics so that they print ↵Aaron Ballman2014-01-021-1/+1
| | | | | | the offending attribute name. Also updates the associated test cases. llvm-svn: 198355
* Going back to using getName for consistency.Aaron Ballman2013-07-231-1/+1
| | | | llvm-svn: 186966
* 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
* Remove space from rdar URIs.Fariborz Jahanian2010-11-091-2/+2
| | | | llvm-svn: 118474
* Consider obective-c pointer arguments as valid sentinel argsFariborz Jahanian2010-07-141-0/+12
| | | | | | as well. Fixes radar 7975788. llvm-svn: 108333
* 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
* Change tests to use clang -cc1...Fariborz Jahanian2009-12-141-1/+1
| | | | llvm-svn: 91297
* Look for and diagnose missing sentinel argument on messageFariborz Jahanian2009-05-131-0/+37
dispatch arguments which have sentinel attribute. llvm-svn: 71737
OpenPOWER on IntegriCloud