1. 8cf0d22 Fix order of operands for the warning about incompatible Objective-C by Douglas Gregor · 13 years ago
  2. 0f7b3dc When comparing Objective-C pointers during overload resolution to by Douglas Gregor · 13 years ago
  3. f9af524 For the purposes of overload resolution, consider a conversion from an by Douglas Gregor · 13 years ago
  4. 84950c7 Fix an objc++ diagnostic initializing objc pointers. // rdar:// 9139947 by Fariborz Jahanian · 13 years ago
  5. 395cc37 Implement reasonable conversion ranking for Objective-C pointer by Douglas Gregor · 14 years ago
  6. 143c7ac Objective-C pointer conversions to 'id' or qualified 'id' subsume by Douglas Gregor · 14 years ago
  7. a3998bd When we're performing an explicit cast of some sort, don't complain by Douglas Gregor · 14 years ago
  8. da80f74 Improve our handling of cv-qualifiers in Objective-C pointer by Douglas Gregor · 14 years ago
  9. dbfd045 Cookie crumbs. by John McCall · 14 years ago
  10. 202422e Actually, that doesn't really work, and anyway we should choose by John McCall · 14 years ago
  11. 6d09da0 Consider conversions of Objective-C pointers to 'id' to be basically of by John McCall · 14 years ago
  12. ddb0ce7 Conversions from Objective C object pointers to bool are "pointer conversions by John McCall · 14 years ago
  13. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  14. 854a4eb Make tests use the new clang -cc1 flag. by Fariborz Jahanian · 15 years ago
  15. d739021 Switch XFAIL format to match LLVM. by Daniel Dunbar · 15 years ago
  16. 14108da This patch includes a conceptually simple, but very intrusive/pervasive change. by Steve Naroff · 15 years ago
  17. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  18. 27b09ac Support conversion from a null pointer constant o any Objective-C object pointer type. Fixes rdar://problem/6463298 by Douglas Gregor · 16 years ago
  19. a46969d Add a missing @end. Why didn't this get diagnosed? by Douglas Gregor · 16 years ago
  20. c788751 Support more implicit conversions for Objective-C types. Addresses <rdar://problem/6458293>. by Douglas Gregor · 16 years ago
  21. 45920e8 Allow downcasts of pointers to Objective-C interfaces, with a by Douglas Gregor · 16 years ago
  22. dda7889 Add some more implicit conversions for Objective-C++ by Douglas Gregor · 16 years ago
  23. d6fb7ef Ultrasimplistic sketch for the parsing of C++ template-ids. This won't by Douglas Gregor · 16 years ago
  24. 7ca0976 Add implicit conversions for Objective-C qualified ids, e.g., by Douglas Gregor · 16 years ago
  25. cb7de52 Implement implicit conversions for Objective-C specific types, e.g., by Douglas Gregor · 16 years ago