[PATCH] D31669: Fix lambda to block conversion in C++17 by avoiding copy elision for the lambda capture used by the created block

Alex Lorenz via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 6 06:06:21 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL299646: Fix lambda to block conversion in C++17 by avoiding copy elision for the (authored by arphaman).

Changed prior to commit:
  https://reviews.llvm.org/D31669?vs=94177&id=94358#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D31669

Files:
  cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td
  cfe/trunk/include/clang/Sema/Initialization.h
  cfe/trunk/lib/Sema/SemaInit.cpp
  cfe/trunk/lib/Sema/SemaLambda.cpp
  cfe/trunk/test/CodeGenObjCXX/lambda-to-block.mm

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31669.94358.patch
Type: text/x-patch
Size: 8356 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170406/0d421cbd/attachment-0001.bin>


More information about the cfe-commits mailing list