[PATCH] D132832: [clang][Interp] Handle missing local initializers better
Timm Bäder via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 29 06:44:03 PDT 2022
tbaeder added inline comments.
================
Comment at: clang/lib/AST/Interp/ByteCodeStmtGen.cpp:245
+
+ if (!Init)
+ return false;
----------------
erichkeane wrote:
> Would be nice to test this before the work to allocate Offset?
Ah, sure. Good catch.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132832/new/
https://reviews.llvm.org/D132832
More information about the cfe-commits
mailing list