================
@@ -402,6 +484,8 @@ Interpreter::Interpreter(std::unique_ptr<CompilerInstance>
Instance,
}
Interpreter::~Interpreter() {
+ if (ReplPragma)
----------------
vgvassilev wrote:Under what conditions is this going to be nullptr? Maybe we just use a non-unique_ptr storage. https://github.com/llvm/llvm-project/pull/214793 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
