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:
2
src/libs/3rdparty/cplusplus/Token.cpp
vendored
2
src/libs/3rdparty/cplusplus/Token.cpp
vendored
@@ -247,7 +247,7 @@ void Token::reset()
|
||||
flags = 0;
|
||||
byteOffset = 0;
|
||||
utf16charOffset = 0;
|
||||
ptr = 0;
|
||||
ptr = nullptr;
|
||||
}
|
||||
|
||||
const char *Token::name(int kind)
|
||||
|
||||
Reference in New Issue
Block a user