forked from qt-creator/qt-creator
CppTools: Consistently use nullptr
Fixed by clang-tidy modernize-use-nullptr. Change-Id: I951627ba3543faa357f67ee76527518290efe3f1 Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
This commit is contained in:
@@ -118,7 +118,7 @@ protected:
|
||||
bool maybeFunction(const CPlusPlus::Name *name) const;
|
||||
|
||||
void checkNamespace(CPlusPlus::NameAST *name);
|
||||
void checkName(CPlusPlus::NameAST *ast, CPlusPlus::Scope *scope = 0);
|
||||
void checkName(CPlusPlus::NameAST *ast, CPlusPlus::Scope *scope = nullptr);
|
||||
CPlusPlus::ClassOrNamespace *checkNestedName(CPlusPlus::QualifiedNameAST *ast);
|
||||
|
||||
void addUse(const Result &use);
|
||||
|
||||
Reference in New Issue
Block a user