Details
Details
- Reviewers
rsmith - Commits
- rGdb948f87556a: Merging r308996: --------------------------------------------------------------…
rGf5ecb5e1b41f: [coroutines] Add serialization/deserialization of coroutines
rC308996: [coroutines] Add serialization/deserialization of coroutines
rL309954: Merging r308996:
rL308996: [coroutines] Add serialization/deserialization of coroutines
Diff Detail
Diff Detail
Event Timeline
| lib/Serialization/ASTWriterStmt.cpp | ||
|---|---|---|
| 320–321 | Please call this ASTStmtWriter::VisitCoroutineSuspendExpr, following the pattern we use in the rest of this visitor. | |
| cfe/trunk/lib/AST/StmtCXX.cpp | ||
|---|---|---|
| 107–108 ↗ | (On Diff #108121) | hello, i have a question about that why clang commit info of parameters again in coroutine body? |
Please call this ASTStmtWriter::VisitCoroutineSuspendExpr, following the pattern we use in the rest of this visitor.