summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/method-typecheck-1.m
Commit message (Expand)AuthorAgeFilesLines
* Objective-C: check that when a category method is being implemented,Fariborz Jahanian2012-10-231-0/+15
* Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard2012-04-061-1/+1
* 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
* Prep for new warning.Mike Stump2009-07-221-6/+5
* improve the 'conflicting types' diagnostics to include correct location info,...Chris Lattner2009-04-111-7/+9
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Fixed a test case. Added a test case showing property setter'sFariborz Jahanian2008-12-051-0/+2
* (instance/class) Method type checking between class and its implementation.Fariborz Jahanian2008-12-051-0/+33