summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/method-attributes.m
Commit message (Expand)AuthorAgeFilesLines
* Implement the 'optnone' attribute, which suppresses most optimizationsPaul Robinson2014-03-311-0/+1
* ObjectiveC. Sema test for property, methods Fariborz Jahanian2013-12-191-0/+9
* ObjectiveC. Remove warning diagnostic which checksFariborz Jahanian2013-11-231-8/+8
* Giving this test a triple since it uses a calling convention attribute.Aaron Ballman2013-11-191-1/+1
* Improving calling convention test coverage by adding tests for things not cur...Aaron Ballman2013-11-191-0/+5
* objective-C: Do not warn if align attribute on methodFariborz Jahanian2012-08-241-0/+29
* 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