Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [coroutines] Fix handling of dependent co_await in StmtProfiler. | Richard Smith | 2018-07-31 | 1 | -0/+8 |
| | | | | | | | | | | | Fix "Invalid operator call kind" error (llvm_unreachable) in DecodeOperatorCall when profiling a dependent co_await. Patch by Victor Zverovich! Differential Revision: https://reviews.llvm.org/D50002 llvm-svn: 338343 | ||||
* | [coroutines] Add serialization/deserialization of coroutines | Gor Nishanov | 2017-07-25 | 1 | -0/+77 |
Reviewers: rsmith Reviewed By: rsmith Subscribers: EricWF, cfe-commits Differential Revision: https://reviews.llvm.org/D35383 llvm-svn: 308996 |