[PATCH] D57797: Variable auto-init: fix __block initialization
JF Bastien via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 7 15:59:59 PST 2019
jfb marked 2 inline comments as done.
jfb added inline comments.
================
Comment at: lib/CodeGen/CGDecl.cpp:1605
- emitByrefStructureInit(emission);
-
// Initialize the variable here if it doesn't have a initializer and it is a
----------------
rjmccall wrote:
> Are these changes still needed?
I believe so, see concurrent comment here:
https://reviews.llvm.org/D57797#inline-512702
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57797/new/
https://reviews.llvm.org/D57797
More information about the cfe-commits
mailing list