1. 0b5b0da Pull clang-cc code for generating PTH files based on the input type. by Daniel Dunbar · 15 years ago
  2. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  3. c71e28c When inside an Objective-C++ method, name lookup should look into the by Douglas Gregor · 15 years ago
  4. 672c91d id<Foo> is a POD type. by Anders Carlsson · 16 years ago
  5. 50f4e70 Add a test case for some Objective-C behavior that will not be supported in Objective-C++ by Douglas Gregor · 16 years ago
  6. 7dda67d Improvements and fixes for name lookup with using directives, from Piotr Rak! by Douglas Gregor · 16 years ago
  7. fa04764 Initial implementation of argument dependent lookup (a.k.a. ADL, by Douglas Gregor · 16 years ago
  8. dce5e2c Use a single function for doing vararg argument promotion. Also, make sure to do the promotion before checking the type - fixes PR3340. by Anders Carlsson · 16 years ago
  9. 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
  10. be3f7f3 Re-enable PTH testing for Cocoa.h and Carbon.h (and include testing for Objective-C++). by Ted Kremenek · 16 years ago
  11. ce35607 Allow Objective-C entities to be declared within a transparent context by Douglas Gregor · 16 years ago
  12. 2a7e58d Add some block-pointer conversions in C++ by Douglas Gregor · 16 years ago
  13. 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
  14. a46969d Add a missing @end. Why didn't this get diagnosed? by Douglas Gregor · 16 years ago
  15. c788751 Support more implicit conversions for Objective-C types. Addresses <rdar://problem/6458293>. by Douglas Gregor · 16 years ago
  16. 45920e8 Allow downcasts of pointers to Objective-C interfaces, with a by Douglas Gregor · 16 years ago
  17. dda7889 Add some more implicit conversions for Objective-C++ by Douglas Gregor · 16 years ago
  18. d6fb7ef Ultrasimplistic sketch for the parsing of C++ template-ids. This won't by Douglas Gregor · 16 years ago
  19. 7ca0976 Add implicit conversions for Objective-C qualified ids, e.g., by Douglas Gregor · 16 years ago
  20. cb7de52 Implement implicit conversions for Objective-C specific types, e.g., by Douglas Gregor · 16 years ago
  21. 1528145 Make it an error if an Objective-C declaration is not in the global scope. by Anders Carlsson · 16 years ago
  22. 4f3cc81 Add carbon.cpp and cocoa.mm tests by Anders Carlsson · 16 years ago
  23. ef048ef Reserved C++ words are valid selectors in Objective-C++ by Anders Carlsson · 16 years ago