Skip to content
  • Jeremy Morse's avatar
    [DebugInfo][NFC] Zero-initialize a class field · cf033bb2
    Jeremy Morse authored
    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.
    cf033bb2
Loading