[PATCH] D26316: [coroutines] Build and pass coroutine_handle to await_suspend.

Gor Nishanov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 7 08:32:23 PST 2017


GorNishanov updated this revision to Diff 90861.
GorNishanov added a comment.

Per's @rsmith feedback in Kona

- Added diagnostic if from_address is missing from coroutine_handle
- Switch to using BuildDeclarationNameExpr in buildCoroutineHandle


https://reviews.llvm.org/D26316

Files:
  include/clang/Basic/DiagnosticSemaKinds.td
  lib/Sema/SemaCoroutine.cpp
  lib/Sema/SemaExprMember.cpp
  test/CodeGenCoroutines/coro-alloc.cpp
  test/CodeGenCoroutines/coro-return.cpp
  test/SemaCXX/coroutines.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26316.90861.patch
Type: text/x-patch
Size: 13682 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170307/e456cd0f/attachment-0001.bin>


More information about the cfe-commits mailing list