1. 906fed0 Warn when someone tries to pass a variable with a non-POD type to a varargs function/method/block. by Anders Carlsson · 16 years ago
  2. be3f7f3 Re-enable PTH testing for Cocoa.h and Carbon.h (and include testing for Objective-C++). by Ted Kremenek · 16 years ago
  3. ce35607 Allow Objective-C entities to be declared within a transparent context by Douglas Gregor · 16 years ago
  4. 2a7e58d Add some block-pointer conversions in C++ by Douglas Gregor · 16 years ago
  5. 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
  6. a46969d Add a missing @end. Why didn't this get diagnosed? by Douglas Gregor · 16 years ago
  7. c788751 Support more implicit conversions for Objective-C types. Addresses <rdar://problem/6458293>. by Douglas Gregor · 16 years ago
  8. 45920e8 Allow downcasts of pointers to Objective-C interfaces, with a by Douglas Gregor · 16 years ago
  9. dda7889 Add some more implicit conversions for Objective-C++ by Douglas Gregor · 16 years ago
  10. d6fb7ef Ultrasimplistic sketch for the parsing of C++ template-ids. This won't by Douglas Gregor · 16 years ago
  11. 7ca0976 Add implicit conversions for Objective-C qualified ids, e.g., by Douglas Gregor · 16 years ago
  12. cb7de52 Implement implicit conversions for Objective-C specific types, e.g., by Douglas Gregor · 16 years ago
  13. 1528145 Make it an error if an Objective-C declaration is not in the global scope. by Anders Carlsson · 16 years ago
  14. 4f3cc81 Add carbon.cpp and cocoa.mm tests by Anders Carlsson · 16 years ago
  15. ef048ef Reserved C++ words are valid selectors in Objective-C++ by Anders Carlsson · 16 years ago