[PATCH] D145641: [Coroutines] Implement fix for cwg2563 issue and enable RVO under certain conditions

Bruno Cardoso Lopes via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 21 12:29:53 PDT 2023


bruno updated this revision to Diff 507087.
bruno added a comment.

Add release notes entry.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D145641

Files:
  clang/docs/ReleaseNotes.rst
  clang/include/clang/AST/StmtCXX.h
  clang/lib/CodeGen/CGCoroutine.cpp
  clang/lib/Sema/SemaCoroutine.cpp
  clang/lib/Sema/TreeTransform.h
  clang/test/CodeGenCoroutines/coro-gro.cpp
  clang/test/SemaCXX/coroutine-no-move-ctor.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145641.507087.patch
Type: text/x-patch
Size: 15961 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230321/3be8ee47/attachment-0001.bin>


More information about the cfe-commits mailing list