aboutsummaryrefslogtreecommitdiff
path: root/test/SemaObjC/format-arg-attribute.m
AgeCommit message (Expand)Author
2013-05-02Use attribute argument information to determine when to parse attribute argum...Douglas Gregor
2013-05-02Revert r180970; it's causing breakage.Douglas Gregor
2013-05-02Use attribute argument information to determine when to parse attribute argum...Douglas Gregor
2011-03-02Pretty up the wrong-number-of-arguments-for-attribute diagnostic byJohn McCall
2011-01-25Change the wording of the bad-decl-for-attribute warning and errorJohn McCall
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-08-08Update test case; I don't really understand why packed enums changed this, butDaniel Dunbar
2009-05-20implementation of format_arg for ObjC methods/functions.Fariborz Jahanian