summaryrefslogtreecommitdiff
path: root/lang/cling/files/patch-lib_Interpreter_Interpreter.cpp
blob: b10c3dd02879daa1632b800e0d85e8b8cda7757a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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;