[kdevelop] Next step for use-nullptr
ClosedPublic

Authored by antonanikin on Oct 18 2016, 3:01 AM.

Details

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.

Diff Detail

Repository
R32 KDevelop
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
antonanikin updated this revision to Diff 7480.Oct 18 2016, 3:01 AM
antonanikin retitled this revision from to [kdevelop] Next step for use-nullptr.
antonanikin updated this object.
antonanikin edited the test plan for this revision. (Show Details)
antonanikin added a reviewer: KDevelop.
antonanikin set the repository for this revision to R32 KDevelop.
Restricted Application added a subscriber: kdevelop-devel. · View Herald TranscriptOct 18 2016, 3:01 AM
kfunk accepted this revision.Oct 18 2016, 6:59 AM
kfunk added a reviewer: kfunk.
This revision is now accepted and ready to land.Oct 18 2016, 6:59 AM
This revision was automatically updated to reflect the committed changes.