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:
@@ -89,9 +89,9 @@ LineInfo::LineInfo()
|
||||
*/
|
||||
|
||||
// shorthands
|
||||
yyLine = 0;
|
||||
yyBraceDepth = 0;
|
||||
yyLeftBraceFollows = 0;
|
||||
yyLine = nullptr;
|
||||
yyBraceDepth = nullptr;
|
||||
yyLeftBraceFollows = nullptr;
|
||||
}
|
||||
|
||||
LineInfo::~LineInfo()
|
||||
|
||||
Reference in New Issue
Block a user