Enable "trivial" modernize clang-tidy checks
authorKevin Ottens <kevin.ottens@nextcloud.com>
Wed, 12 Aug 2020 09:22:16 +0000 (11:22 +0200)
committerKevin Ottens (Rebase PR Action) <er-vin@users.noreply.github.com>
Wed, 12 Aug 2020 13:13:08 +0000 (13:13 +0000)
commit07b7753216530e1b90afaeeda045ae6333af2145
treebaac0461d5acfdfc7f03abb71f05841570e38eba
parent1767c0295f8a1b2ee7df86899c40db83db76a60a
Enable "trivial" modernize clang-tidy checks

This is a bunch of modernize checks which we don't hit at all. This is
an easy win and also make sure those old constructs won't creep up
behind our back.

Note that some of them won't trigger until we bump our C++ baseline
standard to C++17. But I'd say that's OK, that'll force our hand to do
those C++17 related cleanups when the time comes.

Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
.clang-tidy