1. 9b97adf Bugfix/Followup for r177086. by Adrian Prantl · 11 years ago
  2. b760f11 Fix a crash-on-valid where a block capture copy expression was by John McCall · 11 years ago
  3. 836e7c9 Allocate stack storage for .block_descriptor and captured self at -O0. by Adrian Prantl · 11 years ago
  4. 4904bf4 block literal irgen: several improvements on naming block by Fariborz Jahanian · 12 years ago
  5. ec79d87 Two minor, related fixes for template instantiation with blocks: by Douglas Gregor · 12 years ago
  6. 2d6a567 constexpr irgen: Add irgen support for APValue::Struct, APValue::Union, by Richard Smith · 13 years ago
  7. 538773c Be sure to insulate block literals from any cleanups in their by John McCall · 13 years ago
  8. 6f103ba Whenever explicitly activating or deactivating a cleanup, we by John McCall · 13 years ago
  9. b99785b Fix a subtle bug with cleanups: when activating by John McCall · 13 years ago
  10. 5d6a4ad Somehow I fouled up this test. by John McCall · 13 years ago
  11. d963c37 Gather cleanups correctly in block return statements. by John McCall · 13 years ago
  12. 9cbe4f0 clang side to match the LLVM IR type system rewrite patch. by Chris Lattner · 13 years ago
  13. 642a75f When block-capturing a variable with a non-trivial destructor, by John McCall · 13 years ago
  14. f0c11f7 After much contemplation, I've decided that we probably shouldn't "unique" by John McCall · 13 years ago
  15. 461c9c1 Extend the const capture optimization to C++ record types with no by John McCall · 14 years ago
  16. bb699b0 When copy-capturing values for a nested capture, use a BlockDeclRefExpr. by John McCall · 14 years ago