summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaCoroutine.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [coroutines] Creation of promise object, lookup of operator co_await, buildingRichard Smith2015-10-271-24/+207
| | | | | | of await_* calls, and AST representation for same. llvm-svn: 251387
* [coroutines] Initial stub Sema functionality for handling coroutine await / ↵Richard Smith2015-10-221-0/+106
yield / return. llvm-svn: 250993
OpenPOWER on IntegriCloud