- Coroutine cannot be constexpr (added a check in SemaLambda.cpp not to mark coroutine as constexpr)
- TransformCoroutineBodyStmt should transform ResultDecl and ReturnStmt
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D33498
[coroutines] Make generic lambda coroutines work ClosedPublic Authored by GorNishanov on May 24 2017, 8:30 AM.
Details Summary
Diff Detail Event TimelineThis revision is now accepted and ready to land.May 24 2017, 8:31 AM Closed by commit rL303764: [coroutines] Make generic lambda coroutines work (authored by GorNishanov). · Explain WhyMay 24 2017, 8:45 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 100097 lib/Sema/SemaLambda.cpp
lib/Sema/TreeTransform.h
test/CodeGenCoroutines/coro-lambda.cpp
|