[clang] [clang-repl] Refactor locking of runtime PTU stack (NFC) (PR #84176)

Stefan Gränitz via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 7 14:51:09 PST 2024


================
@@ -137,9 +136,10 @@ class Interpreter {
 
   Expr *SynthesizeExpr(Expr *E);
 
-private:
   size_t getEffectivePTUSize() const;
+  void finalizeInitPTUStack();
----------------
weliveindetail wrote:

Yes, sounds goo. Done

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


More information about the cfe-commits mailing list