Skip to content

ZDCAnalysis : clang tidy uninit

This is the first in the list for ATLASRECTS-7759

More or less runnign clang-tidy and asking to make sure we do not have unitialized members

[cppcoreguidelines-pro-type-member-init] if we set later on they will take the value we set , otherwise they will stay 0/false rather than unspecified.

ping @wlampl @steinber @ssnyder

Edited by Christos Anastopoulos

Merge request reports