This change fixes https://bugs.llvm.org/show_bug.cgi?id=40997.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D63381
Allow copy/move assignment operator to be coroutine as per N4775 ClosedPublic Authored by vivekvpandya on Jun 15 2019, 11:06 AM.
Details
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 18 2019, 11:32 AM Closed by commit rL363804: Allow copy/move assignment operator to be coroutine as per N4775 (authored by vivekvpandya). · Explain WhyJun 19 2019, 7:11 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 205581 cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td
cfe/trunk/lib/Sema/SemaCoroutine.cpp
cfe/trunk/test/SemaCXX/coroutines.cpp
|