Next step for use-nullptr

Authored by antonanikin on Oct 18 2016, 7:14 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: kfunk, KDevelop

Reviewed By: kfunk, KDevelop

Subscribers: kfunk, kdevelop-devel

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

Details

Committed
antonanikinOct 18 2016, 7:15 AM
Reviewer
KDevelop
Differential Revision
D3087: [kdevplatform] Next step for use-nullptr
Parents
R32:c0483d905b84: clang-tidy: use-nullptr run (on whole tree)
Branches
Unknown
Tags
Unknown