[PATCH] D34194: [coroutines] Allow co_await and co_yield expressions that return an lvalue to compile

Eric Fiselier via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 15 12:43:27 PDT 2017


EricWF updated this revision to Diff 102705.
EricWF added a comment.

- Fix the test when -discard-value-names is present, at least my part of the test.


https://reviews.llvm.org/D34194

Files:
  lib/AST/ExprClassification.cpp
  lib/CodeGen/CGCoroutine.cpp
  lib/CodeGen/CGExpr.cpp
  lib/CodeGen/CodeGenFunction.h
  test/CodeGenCoroutines/coro-await.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34194.102705.patch
Type: text/x-patch
Size: 8365 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170615/6ce46402/attachment.bin>


More information about the cfe-commits mailing list