summaryrefslogtreecommitdiff
path: root/test/SemaObjC/method-sentinel-attr.m
AgeCommit message (Expand)Author
2014-01-02Updated the wording of two attribute-related diagnostics so that they print t...Aaron Ballman
2013-07-23Going back to using getName for consistency.Aaron Ballman
2011-03-02Pretty up the wrong-number-of-arguments-for-attribute diagnostic byJohn McCall
2010-11-09Remove space from rdar URIs.Fariborz Jahanian
2010-07-14Consider obective-c pointer arguments as valid sentinel argsFariborz Jahanian
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-14Change tests to use clang -cc1...Fariborz Jahanian
2009-05-13Look for and diagnose missing sentinel argument on messageFariborz Jahanian