This is an archive of the discontinued LLVM Phabricator instance.

[NFC] replace resize calls with resize_for_overwrite
Needs ReviewPublic

Authored by njames93 on Dec 22 2020, 3:20 PM.
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None
Summary

Also replace a few calls to resize followed by zeroing the data to calling assign(size, 0).

Diff Detail

Event Timeline

njames93 created this revision.Dec 22 2020, 3:20 PM
njames93 published this revision for review.Dec 23 2020, 3:51 AM
Herald added projects: Restricted Project, Restricted Project, Restricted Project. · View Herald TranscriptDec 23 2020, 3:51 AM
grimar added a subscriber: grimar.Dec 23 2020, 11:28 PM