1. b2f6820 Added a new attribute, objc_root_class, which informs the compiler when a root class is intentionally declared. by Patrick Beard · 13 years ago
  2. bc3e64f Allow block returns in C++ with the form by Douglas Gregor · 13 years ago
  3. e3c8c64 Implement objective-c++'s block pointer type matching involving by Fariborz Jahanian · 14 years ago
  4. d967e31 Refactor the dependence computation for DeclRefExpr so that we can by Douglas Gregor · 14 years ago
  5. 2998d6b When building the copy expression for a __block variable, make sure by John McCall · 14 years ago
  6. a3998bd When we're performing an explicit cast of some sort, don't complain by Douglas Gregor · 14 years ago
  7. 82aa713 Require that the types of the parameters of a block literal are complete. by Douglas Gregor · 14 years ago
  8. d4eea83 Improve diagnostics when we fail to convert from a source type to a by Douglas Gregor · 14 years ago
  9. aa03731 Switch initialization of parameters in a call over to by Douglas Gregor · 15 years ago
  10. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  11. 854a4eb Make tests use the new clang -cc1 flag. by Fariborz Jahanian · 15 years ago
  12. 3b27f1a Patch to allow C-style cast from 'void *' to block pointer type. by Fariborz Jahanian · 15 years ago
  13. 7c94c4b Use "()" instead of "(void)" when pretty-printing a parameter-less function type for C++. by Argyrios Kyrtzidis · 15 years ago
  14. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
  15. c71e28c When inside an Objective-C++ method, name lookup should look into the by Douglas Gregor · 16 years ago
  16. fa04764 Initial implementation of argument dependent lookup (a.k.a. ADL, by Douglas Gregor · 16 years ago
  17. 2a7e58d Add some block-pointer conversions in C++ by Douglas Gregor · 16 years ago