[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
Wed Apr 5 02:29:57 PDT 2017


arphaman updated this revision to Diff 94177.
arphaman marked 2 inline comments as done.
arphaman added a comment.

Use a new EntityKind and improve test.


Repository:
  rL LLVM

https://reviews.llvm.org/D31669

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31669.94177.patch
Type: text/x-patch
Size: 7258 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170405/55179b2a/attachment-0001.bin>


More information about the cfe-commits mailing list