Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix clang-tidy warnings #257

Merged
merged 1 commit into from
Feb 13, 2024
Merged

Fix clang-tidy warnings #257

merged 1 commit into from
Feb 13, 2024

Conversation

Rombur
Copy link
Member

@Rombur Rombur commented Feb 12, 2024

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

@stvdwtt stvdwtt merged commit 510e796 into adamantine-sim:master Feb 13, 2024
1 check passed
@Rombur Rombur deleted the warning branch February 20, 2024 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants