]> sigrok.org Git - pulseview.git/commitdiff
Apply some clang-tidy fixes.
authorUwe Hermann <redacted>
Thu, 6 Jul 2017 06:56:39 +0000 (08:56 +0200)
committerUwe Hermann <redacted>
Thu, 6 Jul 2017 10:09:10 +0000 (12:09 +0200)
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.


No differences found