[PATCH] D88220: [C++20] P1825R0: More implicit moves

Yang Fan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 21 19:48:59 PST 2021


nullptr.cpp added a comment.

In D88220#2495071 <https://reviews.llvm.org/D88220#2495071>, @Quuxplusone wrote:

> I notice a lack of any explicitly `co_return`-related tests and/or code in this patch. I'm just going to assume that is fine.

`co_return` related implicit move is implemented by @aaronpuchert in D68845 <https://reviews.llvm.org/D68845>. I think it's a good idea to split that from this patch.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D88220/new/

https://reviews.llvm.org/D88220



More information about the cfe-commits mailing list