summaryrefslogtreecommitdiffstats
path: root/clang/test/PCH/coroutines.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [coroutines] Fix handling of dependent co_await in StmtProfiler.Richard Smith2018-07-311-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 coroutinesGor Nishanov2017-07-251-0/+77
Reviewers: rsmith Reviewed By: rsmith Subscribers: EricWF, cfe-commits Differential Revision: https://reviews.llvm.org/D35383 llvm-svn: 308996
OpenPOWER on IntegriCloud