1. 10302c0 Implement the newest status quo for method override checking. The idea now by John McCall · 14 years ago
  2. 1235b0e Pending further discussion, re-enable warnings for Objective C by John McCall · 14 years ago
  3. e8a2d4c Only warn for mismatched types in Objective-C methods when they are incompatible, not when they are simply different. Now we test whether the difference in types breaks the principle of substitutability, rather than whether they are different. by David Chisnall · 14 years ago