summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/method-attributes.m
Commit message (Expand)AuthorAgeFilesLines
* Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard2012-04-061-1/+1
* After numerous requests, have Objective-C 'method declared here' notes mentio...Ted Kremenek2012-02-271-3/+3
* objc: put out more coherent warning when method definitionFariborz Jahanian2011-12-061-4/+26
* Fixes a minor hick up to my last patch.Fariborz Jahanian2011-10-221-1/+1
* objc: private methods can have their attributes, no diagnostic is required.Fariborz Jahanian2011-10-221-1/+4
* 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
* Changed wording of warning when attribute is onFariborz Jahanian2009-05-131-2/+2
* Method attributes may only be specified on methodFariborz Jahanian2009-05-121-0/+22
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Improve attribute parsing & tests.Daniel Dunbar2008-10-191-1/+3
* Sema support for format and noreturn attributes on Objective-C methods.Daniel Dunbar2008-09-261-0/+8