Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [coroutines] Factor out co_await representation into common base class for ↵ | Richard Smith | 2015-11-22 | 1 | -1/+1 |
| | | | | | | co_await and co_yield, and use it to hold await_* calls. llvm-svn: 253811 | ||||
* | [coroutines] Creation of promise object, lookup of operator co_await, building | Richard Smith | 2015-10-27 | 1 | -1/+1 |
| | | | | | | of await_* calls, and AST representation for same. llvm-svn: 251387 | ||||
* | [coroutines] Add overloaded unary 'operator co_await'. | Richard Smith | 2015-10-22 | 1 | -0/+14 |
| | | | | llvm-svn: 250991 | ||||
* | [coroutines] Add parsing support for co_await expression, co_yield expression, | Richard Smith | 2015-10-22 | 1 | -0/+21 |
co_await modifier on range-based for loop, co_return statement. llvm-svn: 250985 |