diff options
Diffstat (limited to 'lang/cling/files/patch-lib_Interpreter_Interpreter.cpp')
-rw-r--r-- | lang/cling/files/patch-lib_Interpreter_Interpreter.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/cling/files/patch-lib_Interpreter_Interpreter.cpp b/lang/cling/files/patch-lib_Interpreter_Interpreter.cpp new file mode 100644 index 000000000000..b10c3dd02879 --- /dev/null +++ b/lang/cling/files/patch-lib_Interpreter_Interpreter.cpp @@ -0,0 +1,12 @@ +--- lib/Interpreter/Interpreter.cpp.orig 2024-12-10 16:14:05 UTC ++++ lib/Interpreter/Interpreter.cpp +@@ -268,8 +268,7 @@ namespace cling { + Preprocessor& PP = SemaRef.getPreprocessor(); + + m_LookupHelper.reset(new LookupHelper(new Parser(PP, SemaRef, +- /*SkipFunctionBodies*/false, +- /*isTemp*/true), this)); ++ /*SkipFunctionBodies*/false), this)); + if (!m_LookupHelper) + return; + |