Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add misc-misplaced-const check to clang-tidy CI test (AMReX-Codes#3464)
This PR adds the [misc-misplaced-const](https://releases.llvm.org/14.0.0/tools/clang/tools/extra/docs/clang-tidy/checks/misc-misplaced-const.html) check to clang-tidy CI test. I am not sure if you want to enforce this in AMReX, but I find the constructs it protects against quite misleading.
- Loading branch information