[PATCH] D81624: [CodeGen] Simplify the way lifetime of block captures is extended
Akira Hatanaka via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 10 18:20:19 PDT 2020
ahatanak added a comment.
To clarify my comment, the lifetime of the block capture in `test22` gets extended to the end of the enclosing scope, but of course not beyond the end of the return statement.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81624/new/
https://reviews.llvm.org/D81624
More information about the cfe-commits
mailing list