1. dbfd045 Cookie crumbs. by John McCall · 14 years ago
  2. 202422e Actually, that doesn't really work, and anyway we should choose by John McCall · 14 years ago
  3. 6d09da0 Consider conversions of Objective-C pointers to 'id' to be basically of by John McCall · 14 years ago
  4. ddb0ce7 Conversions from Objective C object pointers to bool are "pointer conversions by John McCall · 14 years ago
  5. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  6. 854a4eb Make tests use the new clang -cc1 flag. by Fariborz Jahanian · 15 years ago
  7. d739021 Switch XFAIL format to match LLVM. by Daniel Dunbar · 15 years ago
  8. 14108da This patch includes a conceptually simple, but very intrusive/pervasive change. by Steve Naroff · 15 years ago
  9. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
  10. 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
  11. a46969d Add a missing @end. Why didn't this get diagnosed? by Douglas Gregor · 16 years ago
  12. c788751 Support more implicit conversions for Objective-C types. Addresses <rdar://problem/6458293>. by Douglas Gregor · 16 years ago
  13. 45920e8 Allow downcasts of pointers to Objective-C interfaces, with a by Douglas Gregor · 16 years ago
  14. dda7889 Add some more implicit conversions for Objective-C++ by Douglas Gregor · 16 years ago
  15. d6fb7ef Ultrasimplistic sketch for the parsing of C++ template-ids. This won't by Douglas Gregor · 16 years ago
  16. 7ca0976 Add implicit conversions for Objective-C qualified ids, e.g., by Douglas Gregor · 16 years ago
  17. cb7de52 Implement implicit conversions for Objective-C specific types, e.g., by Douglas Gregor · 16 years ago