1. 10302c0 Implement the newest status quo for method override checking. The idea now by John McCall · 14 years ago
  2. 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
  3. bdaae39 Method declaration and its implementation must match in all their types. by Fariborz Jahanian · 14 years ago
  4. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  5. 1147c5e Change tests to use clang -cc1... by Fariborz Jahanian · 15 years ago
  6. 2574a68 Don't warn if result/argument type of an implemented by Fariborz Jahanian · 15 years ago