summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/format-arg-attribute.m
Commit message (Expand)AuthorAgeFilesLines
* Objective-C. Revert patch r193003 for furtherFariborz Jahanian2014-02-071-24/+4
* ObjectiveC. Added support for methods annotated with format_argFariborz Jahanian2013-10-181-4/+24
* Added the attribute name to the err_attribute_wrong_number_arguments diagnost...Aaron Ballman2013-07-231-3/+3
* Use attribute argument information to determine when to parse attribute argum...Douglas Gregor2013-05-021-1/+1
* Revert r180970; it's causing breakage.Douglas Gregor2013-05-021-1/+1
* Use attribute argument information to determine when to parse attribute argum...Douglas Gregor2013-05-021-1/+1
* Pretty up the wrong-number-of-arguments-for-attribute diagnostic byJohn McCall2011-03-021-4/+4
* Change the wording of the bad-decl-for-attribute warning and errorJohn McCall2011-01-251-3/+3
* 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
* Update test case; I don't really understand why packed enums changed this, butDaniel Dunbar2009-08-081-2/+1
* implementation of format_arg for ObjC methods/functions.Fariborz Jahanian2009-05-201-0/+28