-
Notifications
You must be signed in to change notification settings - Fork 200
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clang tidy CI test: add several clang-analyzer-* checks to clang tidy…
… CI test (#4684) * Clang tidy CI test: add several clang-analyzer-* checks to clang tidy CI test * address issues found with clang-tidy * fix bug * fix spaces * simplify * avoid using potentially confusing v[counter++] syntax * disable clang-analyzer-optin.mpi.MPI-Checker * make thread_required constexpr in mpi_init * make thread_required constexpr in mpi_init * disable clang-analyzer-optin.performance.Padding * start using get_field_pointer * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * introduce AMREX_ASSUME * update amrex * using get_field_pointer more * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * use new function get_field_pointer * use new functions to get fields and field pointers everywhere * fix bug * bugfixing * add missing [[nodiscard]] and remove redundant [[nodiscard]] * address issue related to auto* const found with clang-tidy * fix bug * fix issue found with clang tidy * fixed bug * fix bug --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
6a4ebd9
commit 0466145
Showing
33 changed files
with
574 additions
and
411 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.