1. b760f11 Fix a crash-on-valid where a block capture copy expression was by John McCall · 11 years ago
  2. 6cda3e6 When possible, move __block variables to the heap rather than copying them. by Douglas Gregor · 11 years ago
  3. 8e8fb3b Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. by Andy Gibbs · 12 years ago
  4. 469a20d Truncate block variable of bool type to i1 when its by Fariborz Jahanian · 14 years ago
  5. 7925561 Cope with llvm's reference to bool type of 'i1' vs. clang's by Fariborz Jahanian · 14 years ago
  6. ea1471e Support implicitly closing on 'this' in a block. Fixed PR7165. by John McCall · 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. 5e57831 A block that returns a reference is an lvalue. by Anders Carlsson · 15 years ago
  9. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  10. ae0ee03 instead of forcing blocks on by default, make them default to off, but let by Chris Lattner · 16 years ago
  11. ec0bf05 Fix RUN line by Douglas Gregor · 16 years ago
  12. b65f242 Test blocks in C++ mode by Douglas Gregor · 16 years ago