1. 8e57b07 Distinguish `__block` variables that are captured by escaping blocks by Akira Hatanaka · 7 years ago
  2. 3197484 Revert r343518. by Akira Hatanaka · 7 years ago
  3. 2bf09cc Distinguish `__block` variables that are captured by escaping blocks by Akira Hatanaka · 7 years ago
  4. 9bd2452 Revert r341754. by Akira Hatanaka · 7 years ago
  5. 2e00b98 Distinguish `__block` variables that are captured by escaping blocks by Akira Hatanaka · 7 years ago
  6. 61f4ac9 [coroutines] Pass coro func args to promise ctor by Brian Gesiak · 8 years ago
  7. cac0a59 [coroutines] Fix diagnostics depending on the first coroutine statement. by Eric Fiselier · 9 years ago
  8. 20f25cb [coroutines] Add DependentCoawaitExpr and fix re-building CoroutineBodyStmt. by Eric Fiselier · 9 years ago
  9. 034c633 [Sema][ObjC] Don't pass a DeclRefExpr that doesn't reference a VarDecl by Akira Hatanaka · 9 years ago
  10. 5dbe7a9 [Sema][NFC] Reset HasFallthroughStmt when clearing FunctionScopeInfo by Erik Pilkington · 9 years ago
  11. 5cd5717 [ObjC] Warn on unguarded use of partial declaration by Erik Pilkington · 9 years ago
  12. f7e3609 Use ranges to concisely express iteration by David Majnemer · 9 years ago
  13. 7e2c82d [Objective-c] Do not set IsExact to true when the receiver is a class. by Akira Hatanaka · 10 years ago
  14. 4c62c7c [Objective-c] Fix a crash in WeakObjectProfileTy::getBaseInfo. by Akira Hatanaka · 10 years ago
  15. 94a4f0c [OPENMP 4.0] Initial support for 'omp declare reduction' construct. by Alexey Bataev · 10 years ago
  16. dcd04d1 Properly clear current coroutine promise on FunctionScopeInfo reuse. Should by Richard Smith · 10 years ago
  17. 9f690bd [coroutines] Creation of promise object, lookup of operator co_await, building by Richard Smith · 10 years ago
  18. 637d1e6 Roll-back r250822. by Angel Garcia Gomez · 10 years ago
  19. b5250d3 Apply modernize-use-default to clang. by Angel Garcia Gomez · 10 years ago
  20. 9ae479c Wdeprecated: LambdaScopeInfos are copied in TreeTransform, so make sure they're copyable. by David Blaikie · 10 years ago
  21. e717591 SEH: Diagnose use of C++ EH and SEH in the same function by Reid Kleckner · 11 years ago
  22. ac1c512 Objective-C ARC. Fixes a crash when checking for 'weak' propery by Fariborz Jahanian · 11 years ago
  23. ef202d9 [Sema] Patch to issue warning on comparing parameters with by Fariborz Jahanian · 11 years ago
  24. 330de03 Improved capturing variable-length array types in CapturedStmt. by Alexey Bataev · 11 years ago
  25. 39c81e2 [C++11] Support for capturing of variable length arrays in lambda expression. by Alexey Bataev · 11 years ago
  26. 9277ff4 Objective-C ARC. Do not warn about properties with both by Fariborz Jahanian · 11 years ago
  27. c3ec149 [C++11] Use 'nullptr'. Sema edition. by Craig Topper · 11 years ago
  28. ab3d646 [REFACTOR] Refactored some of the generic-lambda capturing code. by Faisal Vali · 12 years ago
  29. b66d3cf [objc] Emit warning when the implementation of a secondary initializer calls on by Argyrios Kyrtzidis · 12 years ago
  30. 22bfa2c [objc] Emit a warning when the implementation of a designated initializer does not chain to by Argyrios Kyrtzidis · 12 years ago
  31. 9366a48 Remove an unnecessary condition that I added hastily: Unsigned numbers are obviously >= 0 ;) by Faisal Vali · 12 years ago
  32. a17d19f This patch implements capturing of variables within generic lambdas. by Faisal Vali · 12 years ago
  33. 6dfa25a Sema for Captured Statements by Tareq A. Siraj · 12 years ago
  34. b1e3e5f -Warc-repeated-use-of-weak: fix a use-of-uninitialized and add a test case. by Jordan Rose · 13 years ago
  35. 2248765 -Warc-repeated-use-of-weak: Check messages to property accessors as well. by Jordan Rose · 13 years ago
  36. e723a27 -Warc-repeated-use-of-weak: look through explicit casts on assigned values. by Jordan Rose · 13 years ago
  37. 97c7ce3 Move isObjCSelf into Expr. by Anna Zaks · 13 years ago
  38. 62b3798 Pull ScopeInfo implementation into its own file. by Jordan Rose · 13 years ago