[PATCH] D60548: Variable auto-init: also auto-init alloca
JF Bastien via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 10 15:58:09 PDT 2019
jfb added a comment.
One downside to alloca is that we can's use `__attribute__((uninitialized))` because it's a builtin. Maybe we need a separate uninitialized alloca? What do you all think?
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60548/new/
https://reviews.llvm.org/D60548
More information about the cfe-commits
mailing list