[clang] [clang-repl] Lay the basic infrastructure for pretty printing of types (PR #148701)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 14 12:14:55 PDT 2025


================
@@ -416,6 +416,8 @@ Interpreter::Interpreter(std::unique_ptr<CompilerInstance> Instance,
         return;
       }
   }
+
+  ValuePrintingInfo.resize(4);
----------------
AaronBallman wrote:

Can you explain why this is needed?

https://github.com/llvm/llvm-project/pull/148701


More information about the cfe-commits mailing list