-
- Downloads
[cling] Support recursive lookup helper calls.
The implementation of class->library mapping makes a call to the LookupHelper::findScope. This makes the recursive invocations to LookupHelper::findScope -> ... -> LookupHelper::findScope happen more often.
Showing
- interpreter/cling/include/cling/Interpreter/LookupHelper.h 2 additions, 0 deletionsinterpreter/cling/include/cling/Interpreter/LookupHelper.h
- interpreter/cling/include/cling/Utils/ParserStateRAII.h 1 addition, 0 deletionsinterpreter/cling/include/cling/Utils/ParserStateRAII.h
- interpreter/cling/lib/Interpreter/LookupHelper.cpp 9 additions, 5 deletionsinterpreter/cling/lib/Interpreter/LookupHelper.cpp
- interpreter/cling/lib/Utils/ParserStateRAII.cpp 3 additions, 1 deletioninterpreter/cling/lib/Utils/ParserStateRAII.cpp
Loading
Please register or sign in to comment