[PATCH] D88220: [C++20] Implement more implicit moves for return statements(Part of P1825R0)
Yang Fan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 24 05:18:16 PDT 2020
nullptr.cpp created this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
nullptr.cpp requested review of this revision.
In P1825R0, the first parameter of overload resolution selected function does
not need to be an rvalue reference to the returned object's type.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D88220
Files:
clang/include/clang/Sema/Sema.h
clang/lib/Sema/SemaStmt.cpp
clang/test/SemaCXX/implicit-move.cpp
clang/www/cxx_status.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88220.294024.patch
Type: text/x-patch
Size: 10257 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200924/a4b98740/attachment.bin>
More information about the cfe-commits
mailing list