Author: vivekvpandya
Date: Fri Sep 15 13:09:55 2017
New Revision: 313389
URL: http://llvm.org/viewvc/llvm-project?rev=313389&view=rev
Log:
This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352 LLVM code change
is as per https://reviews.llvm.org/D33514
Modified:
cfe/trunk/lib/CodeGen/C
Thanks for doing this! It has been long time I work on big change for LLVM
so sorry for forgetting that.
On Saturday, September 16, 2017, NAKAMURA Takumi via Phabricator <
revi...@reviews.llvm.org> wrote:
> chapuni added a comment.
>
> Fixed in https://reviews.llvm.org/rL313456.
>
>
>
> =
Author: vivekvpandya
Date: Wed Jun 19 07:12:19 2019
New Revision: 363804
URL: http://llvm.org/viewvc/llvm-project?rev=363804&view=rev
Log:
Allow copy/move assignment operator to be coroutine as per N4775
This change fixes https://bugs.llvm.org/show_bug.cgi?id=40997.
Reviewers: GorNishanov, rsmit