summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/class-conforming-protocol-2.m
Commit message (Expand)AuthorAgeFilesLines
* Implement the newest status quo for method override checking. The idea nowJohn McCall2010-10-281-1/+1
* Only warn for mismatched types in Objective-C methods when they are incompati...David Chisnall2010-10-251-4/+5
* Method declaration and its implementation must match in all their types.Fariborz Jahanian2010-10-051-4/+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
* Don't warn if result/argument type of an implemented Fariborz Jahanian2009-05-141-0/+22