aboutsummaryrefslogtreecommitdiff
path: root/test/SemaObjC/class-conforming-protocol-2.m
AgeCommit message (Expand)Author
2010-10-28Implement the newest status quo for method override checking. The idea nowJohn McCall
2010-10-25Only warn for mismatched types in Objective-C methods when they are incompati...David Chisnall
2010-10-05Method declaration and its implementation must match in all their types.Fariborz Jahanian
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-14Change tests to use clang -cc1...Fariborz Jahanian
2009-05-14Don't warn if result/argument type of an implemented Fariborz Jahanian