forked from qt-creator/qt-creator
Some clang-tidy -use-modernize-nullptr
Change-Id: I1bed5e85a5b7948d08502a72a10f80baa075c204 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
4
src/libs/3rdparty/cplusplus/Matcher.h
vendored
4
src/libs/3rdparty/cplusplus/Matcher.h
vendored
@@ -38,8 +38,8 @@ public:
|
||||
Matcher();
|
||||
virtual ~Matcher();
|
||||
|
||||
static bool match(const Type *type, const Type *otherType, Matcher *matcher = 0);
|
||||
static bool match(const Name *name, const Name *otherName, Matcher *matcher = 0);
|
||||
static bool match(const Type *type, const Type *otherType, Matcher *matcher = nullptr);
|
||||
static bool match(const Name *name, const Name *otherName, Matcher *matcher = nullptr);
|
||||
|
||||
virtual bool match(const UndefinedType *type, const UndefinedType *otherType);
|
||||
virtual bool match(const VoidType *type, const VoidType *otherType);
|
||||
|
||||
Reference in New Issue
Block a user