Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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 |