summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/method-sentinel-attr.m
Commit message (Expand)AuthorAgeFilesLines
* Updated the wording of two attribute-related diagnostics so that they print t...Aaron Ballman2014-01-021-1/+1
* Going back to using getName for consistency.Aaron Ballman2013-07-231-1/+1
* Pretty up the wrong-number-of-arguments-for-attribute diagnostic byJohn McCall2011-03-021-1/+1
* Remove space from rdar URIs.Fariborz Jahanian2010-11-091-2/+2
* Consider obective-c pointer arguments as valid sentinel argsFariborz Jahanian2010-07-141-0/+12
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Change tests to use clang -cc1...Fariborz Jahanian2009-12-141-1/+1
* Look for and diagnose missing sentinel argument on messageFariborz Jahanian2009-05-131-0/+37