Next step for use-nullptr

Authored by antonanikin on Oct 18 2016, 7:11 AM.

Description

Next step for use-nullptr

Summary:
The patch continues use-nullptr migration with changes for some parts of code which was not fixed by clang-tidy.

Unfortunately it's not possible now to enable "-Wzero-as-null-pointer-constant" flag without adding many ugly fixes to code. It causes by warnings/errors produced by this flag for 3rd-party, non-KDevelop code such a KF5, Qt which still use old-style zeroes instead nullptr.

Reviewers: KDevelop, kfunk

Reviewed By: KDevelop, kfunk

Subscribers: kdevelop-devel

Differential Revision: https://phabricator.kde.org/D3092

Details

Committed
antonanikinOct 18 2016, 7:11 AM
Reviewer
KDevelop
Differential Revision
D3092: [kdevelop] Next step for use-nullptr
Parents
R32:2a2e0341fe0b: clang-tidy: use-nullptr run (on whole tree)
Branches
Unknown
Tags
Unknown