summaryrefslogtreecommitdiffstats
path: root/clang/test/Parser/cxx1z-coroutines.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [coroutines] Factor out co_await representation into common base class for ↵Richard Smith2015-11-221-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, buildingRichard Smith2015-10-271-1/+1
| | | | | | of await_* calls, and AST representation for same. llvm-svn: 251387
* [coroutines] Add overloaded unary 'operator co_await'.Richard Smith2015-10-221-0/+14
| | | | llvm-svn: 250991
* [coroutines] Add parsing support for co_await expression, co_yield expression,Richard Smith2015-10-221-0/+21
co_await modifier on range-based for loop, co_return statement. llvm-svn: 250985
OpenPOWER on IntegriCloud