summaryrefslogtreecommitdiff
path: root/test/SemaObjC/method-attributes.m
Commit message (Expand)AuthorAge
* Implement the 'optnone' attribute, which suppresses most optimizationsPaul Robinson2014-03-31
* ObjectiveC. Sema test for property, methods Fariborz Jahanian2013-12-19
* ObjectiveC. Remove warning diagnostic which checksFariborz Jahanian2013-11-23
* Giving this test a triple since it uses a calling convention attribute.Aaron Ballman2013-11-19
* Improving calling convention test coverage by adding tests for things not cur...Aaron Ballman2013-11-19
* objective-C: Do not warn if align attribute on methodFariborz Jahanian2012-08-24
* Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard2012-04-06
* After numerous requests, have Objective-C 'method declared here' notes mentio...Ted Kremenek2012-02-27
* objc: put out more coherent warning when method definitionFariborz Jahanian2011-12-06
* Fixes a minor hick up to my last patch.Fariborz Jahanian2011-10-22
* objc: private methods can have their attributes, no diagnostic is required.Fariborz Jahanian2011-10-22
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-15
* Change tests to use clang -cc1...Fariborz Jahanian2009-12-14
* Changed wording of warning when attribute is onFariborz Jahanian2009-05-13
* Method attributes may only be specified on methodFariborz Jahanian2009-05-12
* Rename clang to clang-cc.Daniel Dunbar2009-03-24
* Improve attribute parsing & tests.Daniel Dunbar2008-10-19
* Sema support for format and noreturn attributes on Objective-C methods.Daniel Dunbar2008-09-26