1. b2f6820 Added a new attribute, objc_root_class, which informs the compiler when a root class is intentionally declared. by Patrick Beard · 12 years ago
  2. 10302c0 Implement the newest status quo for method override checking. The idea now by John McCall · 14 years ago
  3. 1235b0e Pending further discussion, re-enable warnings for Objective C by John McCall · 14 years ago
  4. 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
  5. bdaae39 Method declaration and its implementation must match in all their types. by Fariborz Jahanian · 14 years ago