summaryrefslogtreecommitdiff
path: root/test/Parser/cxx1z-coroutines.cpp
AgeCommit message (Expand)Author
2016-10-02[coroutines] Rename driver flag -fcoroutines to -fcoroutines-tsGor Nishanov
2015-11-22[coroutines] Factor out co_await representation into common base class for co...Richard Smith
2015-10-27[coroutines] Creation of promise object, lookup of operator co_await, buildingRichard Smith
2015-10-22[coroutines] Add overloaded unary 'operator co_await'.Richard Smith
2015-10-22[coroutines] Add parsing support for co_await expression, co_yield expression,Richard Smith