[PATCH] D30809: [coroutines] Add codegen for await and yield expressions

Gor Nishanov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Mar 12 08:36:03 PDT 2017


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

Implemented review feedback: const char * => StringRef in buildSuspendSuffixStr


https://reviews.llvm.org/D30809

Files:
  lib/CodeGen/CGCoroutine.cpp
  lib/CodeGen/CGExprAgg.cpp
  lib/CodeGen/CGExprScalar.cpp
  lib/CodeGen/CodeGenFunction.h
  test/CodeGenCoroutines/coro-await.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30809.91497.patch
Type: text/x-patch
Size: 14828 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170312/c3390847/attachment-0001.bin>


More information about the cfe-commits mailing list