adamantine-sim / adamantine

Software to simulate heat transfer for additive manufacturing
https://adamantine-sim.github.io/adamantine/
Other
31 stars 9 forks source link

Fix clang-tidy warnings #257

Closed Rombur closed 4 months ago

Rombur commented 4 months ago

I ran clang-tidy a couple of months ago and forgot to push the changes. There is nothing really important. Here is the clang-tidy options that I have used:

Checks: >
  -*,
  bugprone-too-small-loop-variable,
  bugprone-unchecked-optional-access,
  bugprone-use-after-move,
  bugprone-virtual-near-miss,
  cppcoreguidelines-init-variables,
  modernize-deprecated-headers,
  modernize-use-nullptr,
  modernize-use-override,
  modernize-use-using,
  mpi-*
  performance-*,
  -performance-inefficient-string-concatenation,
  -performance-avoid-endl