summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/method-conflict-1.m
Commit message (Expand)AuthorAgeFilesLines
* Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs2012-10-191-0/+1
* Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard2012-04-061-1/+1
* Implement the newest status quo for method override checking. The idea nowJohn McCall2010-10-281-9/+56
* Pending further discussion, re-enable warnings for Objective CJohn McCall2010-10-261-2/+3
* Only warn for mismatched types in Objective-C methods when they are incompati...David Chisnall2010-10-251-2/+2
* Method declaration and its implementation must match in all their types.Fariborz Jahanian2010-10-051-0/+35