You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
STYLE: Replace declare-then-assign with initialization at declaration
Merge variable declaration and subsequent assignment into a single
initialization-at-declaration statement across Modules/Core/Common.
Fixes forward-reference hazards in itkPyImageFilter.hxx (args used
before declared) and itkImage.hxx (offset table read before computed).
Add const to variables on changed lines (clang-tidy-diff).
0 commit comments