================
@@ -416,6 +416,8 @@ Interpreter::Interpreter(std::unique_ptr<CompilerInstance>
Instance,
return;
}
}
+
+ ValuePrintingInfo.resize(4);
----------------
vgvassilev wrote:It was a `std::vector` of a predefined elements. I removed this by switching to a `std::array`. Good catch! https://github.com/llvm/llvm-project/pull/148701 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
