[PATCH] D58514: Avoid needlessly copying blocks that initialize or are assigned to local auto variables to the heap
Hao Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 19 11:31:38 PDT 2019
wuhao5 added a comment.
> Okay, so really just a block self-reference. We could really just add a feature for that that would avoid both the complexity and the expense of the self-capture dance.
Is there a plan to cover this case? or is it a legitimate use case that Clang should handle?
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58514/new/
https://reviews.llvm.org/D58514
More information about the cfe-commits
mailing list