[PATCH] D58164: Block+lambda: allow reference capture
John McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 21 20:46:22 PST 2019
rjmccall added a comment.
I agree. There should just never be a copy expression if the capture is of reference type, and there should therefore be no need to special-case that in IRGen.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58164/new/
https://reviews.llvm.org/D58164
More information about the cfe-commits
mailing list