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