1. 4f38f41 Fix an error with the declaration of block parameters that depend by John McCall · 13 years ago
  2. da26379 dgregor accidentally killed this assert, but on investigation, it can fire by John McCall · 14 years ago
  3. d84aac1 Add 'previous declaration is here' note for param redefinition errors, e.g.: by Chris Lattner · 14 years ago
  4. 9a66c30 Complain if block-literal expression's parameter name is by Fariborz Jahanian · 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. 13591ed Semantic checking for main(). by John McCall · 15 years ago
  7. 687abff Don't allow defining a block with a non-prototype type. Remove a by Eli Friedman · 15 years ago
  8. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  9. ae0ee03 instead of forcing blocks on by default, make them default to off, but let by Chris Lattner · 16 years ago
  10. ae530cf Fix <rdar://problem/6252108> assigning to argument passed to block should not require __block. by Steve Naroff · 16 years ago
  11. 1f3b0d5 Sema::ActOnIdentifierExpr(): Lookup block arguments. by Steve Naroff · 16 years ago