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 1f5111e commit 2ab35afCopy full SHA for 2ab35af
lib/Interpreter/CppInterOp.cpp
@@ -66,6 +66,10 @@ namespace Cpp {
66
using namespace llvm;
67
using namespace std;
68
69
+ // Last assigned Autoload SearchGenerator
70
+ // TODO: Test fot thread safe.
71
+ class AutoLoadLibrarySearchGenerator;
72
+ static AutoLoadLibrarySearchGenerator *sAutoSG = null;
73
// Flag to indicate ownership when an external interpreter instance is used.
74
static bool OwningSInterpreter = true;
75
static compat::Interpreter* sInterpreter = nullptr;
0 commit comments