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