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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to