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 2ab35af commit b307433Copy full SHA for b307433
lib/Interpreter/CppInterOp.cpp
@@ -69,7 +69,7 @@ namespace Cpp {
69
// Last assigned Autoload SearchGenerator
70
// TODO: Test fot thread safe.
71
class AutoLoadLibrarySearchGenerator;
72
- static AutoLoadLibrarySearchGenerator *sAutoSG = null;
+ static AutoLoadLibrarySearchGenerator *sAutoSG = nullptr;
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