modernize: use nullptr
ClosedPublic

Authored by zzag on Mar 24 2018, 8:49 AM.

Details

Reviewers
mart
Group Reviewers
Breeze
Commits
R31:a7b40ce13d2b: modernize: use nullptr
Summary

The old null pointer constants(NULL, 0, etc) are converted to the
the new C++11 nullptr keyword with clang-tidy.

Diff Detail

Repository
R31 Breeze
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
zzag created this revision.Mar 24 2018, 8:49 AM
Restricted Application added a project: Plasma. · View Herald TranscriptMar 24 2018, 8:49 AM
Restricted Application added a subscriber: plasma-devel. · View Herald Transcript
zzag requested review of this revision.Mar 24 2018, 8:49 AM
mart accepted this revision.Mar 30 2018, 11:22 AM
This revision is now accepted and ready to land.Mar 30 2018, 11:22 AM
This revision was automatically updated to reflect the committed changes.