This is an archive of the discontinued LLVM Phabricator instance.

Initialize fields of TypeRecord subclasses
ClosedPublic

Authored by vitalybuka on Jan 7 2022, 11:01 AM.

Details

Summary

Detected by msan with:
-Xclang -enable-noundef-analysis -mllvm -msan-eager-checks=1

Diff Detail

Event Timeline

vitalybuka requested review of this revision.Jan 7 2022, 11:01 AM
vitalybuka created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptJan 7 2022, 11:01 AM
kda accepted this revision.Jan 7 2022, 2:32 PM
This revision is now accepted and ready to land.Jan 7 2022, 2:32 PM
rnk accepted this revision.Jan 7 2022, 2:38 PM

lgtm

This revision was automatically updated to reflect the committed changes.