From: Uwe Hermann Date: Thu, 6 Jul 2017 06:56:39 +0000 (+0200) Subject: Apply some clang-tidy fixes. X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=commitdiff_plain;h=20f59e957e70250cfb876ac7a1743134d6b83339;hp=20f59e957e70250cfb876ac7a1743134d6b83339 Apply some clang-tidy fixes. This patch was generated using clang-tidy: clang-tidy -checks="-*,..." -fix The following set of checks was enabled: modernize-use-nullptr,modernize-deprecated-headers,modernize-make-shared, modernize-redundant-void-arg,modernize-use-bool-literals, modernize-use-emplace,modernize-use-equals-default, google-readability-namespace-comments,misc-unused-using-decls Add NOLINT to have clang-tidy (among other tools) ignore some lines that are not meant to be changed. ---