diff options
author | JF Bastien <jfbastien@apple.com> | 2019-04-12 00:11:27 +0000 |
---|---|---|
committer | JF Bastien <jfbastien@apple.com> | 2019-04-12 00:11:27 +0000 |
commit | ef202c308b5f0335104e0eab72f8ae6c3706874e (patch) | |
tree | e4534167ae006c80da748d8ded2c5db36516b4b6 /lldb/packages/Python/lldbsuite/test/python_api/debugger | |
parent | ef035186dba65a6f51cb75c66bd0c525d47b3db7 (diff) | |
download | bcm5719-llvm-ef202c308b5f0335104e0eab72f8ae6c3706874e.tar.gz bcm5719-llvm-ef202c308b5f0335104e0eab72f8ae6c3706874e.zip |
Variable auto-init: also auto-init alloca
Summary:
alloca isn’t auto-init’d right now because it’s a different path in clang that
all the other stuff we support (it’s a builtin, not an expression).
Interestingly, alloca doesn’t have a type (as opposed to even VLA) so we can
really only initialize it with memset.
<rdar://problem/49794007>
Subscribers: jkorous, dexonsmith, cfe-commits, rjmccall, glider, kees, kcc, pcc
Tags: #clang
Differential Revision: https://reviews.llvm.org/D60548
llvm-svn: 358243
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/debugger')
0 files changed, 0 insertions, 0 deletions