summaryrefslogtreecommitdiffstats
path: root/test/Parser/cxx1z-coroutines.cpp
Commit message (Expand)AuthorAgeFilesLines
* [coroutines] Rename driver flag -fcoroutines to -fcoroutines-tsGor Nishanov2016-10-021-1/+1
* [coroutines] Factor out co_await representation into common base class for co...Richard Smith2015-11-221-1/+1
* [coroutines] Creation of promise object, lookup of operator co_await, buildingRichard Smith2015-10-271-1/+1
* [coroutines] Add overloaded unary 'operator co_await'.Richard Smith2015-10-221-0/+14
* [coroutines] Add parsing support for co_await expression, co_yield expression,Richard Smith2015-10-221-0/+21