[DebugInfo][NFC] Zero-initialize a class field
This field gets assigned when the relevant object starts being used; but it remains uninitialized beforehand. This risks introducing hard-to-detect bugs if something changes, so zero-initialize the field.
Loading
Please register or sign in to comment