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