Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/lang/cling/files/patch-lib_Interpreter_Interpreter.cpp
16461 views
1
--- lib/Interpreter/Interpreter.cpp.orig 2024-12-10 16:14:05 UTC
2
+++ lib/Interpreter/Interpreter.cpp
3
@@ -268,8 +268,7 @@ namespace cling {
4
Preprocessor& PP = SemaRef.getPreprocessor();
5
6
m_LookupHelper.reset(new LookupHelper(new Parser(PP, SemaRef,
7
- /*SkipFunctionBodies*/false,
8
- /*isTemp*/true), this));
9
+ /*SkipFunctionBodies*/false), this));
10
if (!m_LookupHelper)
11
return;
12
13
14