[PATCH] D51025: [CodeGen] Fix handling of variables captured by a block that is nested inside a lambda

Akira Hatanaka via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 22 06:42:16 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL340408: [CodeGen] Look at the type of a block capture field rather than the type (authored by ahatanak, committed by ).
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D51025?vs=161648&id=161941#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D51025

Files:
  cfe/trunk/lib/CodeGen/CGBlocks.cpp
  cfe/trunk/test/CodeGenObjCXX/block-nested-in-lambda.cpp
  cfe/trunk/test/CodeGenObjCXX/block-nested-in-lambda.mm

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51025.161941.patch
Type: text/x-patch
Size: 10781 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180822/10027cf6/attachment-0001.bin>


More information about the cfe-commits mailing list