[PATCH] D47454: [coroutines] Pass implicit object parameter to promise ctor (fix BUG37604)

Gor Nishanov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 28 10:47:26 PDT 2018


GorNishanov created this revision.
GorNishanov added reviewers: modocache, rsmith, lewissbaker.
Herald added a subscriber: EricWF.

Complete the implementation of p0914r1.
Implicit object parameter should be passed to a promise constructor.

Fixes: https://bugs.llvm.org/show_bug.cgi?id=37604


https://reviews.llvm.org/D47454

Files:
  lib/Sema/SemaCoroutine.cpp
  test/CodeGenCoroutines/coro-params.cpp
  test/SemaCXX/coroutines.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47454.148831.patch
Type: text/x-patch
Size: 5309 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180528/5863d982/attachment-0001.bin>


More information about the cfe-commits mailing list