[PATCH] D132829: [clang][Interp] Handle ImplictValueInitExprs
Timm Bäder via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Sep 3 00:43:44 PDT 2022
tbaeder marked an inline comment as done.
tbaeder added inline comments.
================
Comment at: clang/test/AST/Interp/arrays.cpp:13
+/// currently evaluate other parts of it.
+#if 0
+struct fred {
----------------
aaron.ballman wrote:
> I wish we could find some solution that didn't require this so that the test case breaks when we do get around to implementing support for the other bits. But this is at least a good start!
Usually we could just keep it enabled and add the appropriate `expected-error` parts, but in this case we run into an assertion later on and that doesn't work.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132829/new/
https://reviews.llvm.org/D132829
More information about the cfe-commits
mailing list