We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dd2720 commit d28a736Copy full SHA for d28a736
lib/Interpreter/CppInterOp.cpp
@@ -65,6 +65,10 @@ namespace Cpp {
65
using namespace llvm;
66
using namespace std;
67
68
+ // Last assigned Autoload SearchGenerator
69
+ // TODO: Test fot thread safe.
70
+ class AutoLoadLibrarySearchGenerator;
71
+ static AutoLoadLibrarySearchGenerator *sAutoSG = null;
72
// Flag to indicate ownership when an external interpreter instance is used.
73
static bool OwningSInterpreter = true;
74
static compat::Interpreter* sInterpreter = nullptr;
0 commit comments