SuperElastix / elastix

Official elastix repository
http://elastix.dev
Apache License 2.0
474 stars 116 forks source link

STYLE: Use `auto` more extensively, by clang-tidy `modernize-use-auto` #1219

Closed N-Dekker closed 1 month ago

N-Dekker commented 1 month ago

Ran clang-tidy (LLVM 18.1.8) check modernize-use-auto. Aims to improve code readability and maintainability: https://clang.llvm.org/extra/clang-tidy/checks/modernize/use-auto.html

Follows ITK commit https://github.com/InsightSoftwareConsortium/ITK/commit/de713e7ac52f7815a35754de885795ff0a1c4981 "STYLE: Use auto for variable creation", Hans Johnson, February 9, 2018.