clang-tidy: modernize-use-default-member-init run

Authored by kfunk on Mar 23 2018, 12:45 PM.

Description

clang-tidy: modernize-use-default-member-init run

Summary:
Playing a bit around with clang-tidy's new checkers.

Please have a thorough review. I didn't find anything wrong in the patch, but another pair of eyes won't hurt.

Test Plan:
No new test failures in a ctest run. However some vimode related unit tests before & after failed for me:

The following tests FAILED:
         63 - vimode_modes (Failed)
         67 - vimode_emulatedcommandbar (Failed)

Reviewers: dhaumann

Reviewed By: dhaumann

Subscribers: dhaumann, Frameworks

Tags: Kate, Frameworks

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

Details