================
@@ -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
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to