1. 8987b23 Only print _Bool as 'bool' when 'bool' is defined as an object-like by Douglas Gregor · 13 years ago
  2. 30c4240 When 'bool' is not a built-in type but is defined as a macro, print by Douglas Gregor · 13 years ago
  3. a41a8c5 Whenever we complain about a failed initialization of a function or by Douglas Gregor · 14 years ago
  4. d4eea83 Improve diagnostics when we fail to convert from a source type to a by Douglas Gregor · 14 years ago
  5. e9f5581 Improve on diagnostics when an objc class is used as by Fariborz Jahanian · 14 years ago
  6. 2263f82 Don't error when a block pointer is passed to a by Fariborz Jahanian · 14 years ago
  7. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  8. 1147c5e Change tests to use clang -cc1... by Fariborz Jahanian · 15 years ago
  9. a5e42a8 objc2's foreach statement's selector type can be a block pointer too. by Fariborz Jahanian · 15 years ago
  10. 687abff Don't allow defining a block with a non-prototype type. Remove a by Eli Friedman · 15 years ago
  11. 25efa10 Tighten up blocks type checking. This was discussed back in the by Mike Stump · 15 years ago
  12. 9097af1 fix blocks to reject objc interfaces returned by value. Also, by Chris Lattner · 15 years ago
  13. 30bdc87 fix test by Chris Lattner · 15 years ago
  14. bb74982 diagnose attempts to return objc interfaces by-value from C functions. by Chris Lattner · 15 years ago
  15. aab0f7a Fix block comparisons. Radar 6732116. by Mike Stump · 15 years ago
  16. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  17. 2a7e58d Add some block-pointer conversions in C++ by Douglas Gregor · 16 years ago
  18. c0febd5 Fix <rdar://problem/6418623> Bogus block type compatibility warning. by Steve Naroff · 16 years ago