This is an archive of the discontinued LLVM Phabricator instance.

ARCMigrate: Initialize fields in EditEntry inline, NFC
ClosedPublic

Authored by dexonsmith on Dec 3 2020, 12:09 PM.

Details

Summary

Initialize the fields inline instead of having to manually write out a
default constructor.

Diff Detail

Event Timeline

dexonsmith created this revision.Dec 3 2020, 12:09 PM
dexonsmith requested review of this revision.Dec 3 2020, 12:09 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 3 2020, 12:09 PM
JDevlieghere accepted this revision.Dec 3 2020, 1:17 PM
This revision is now accepted and ready to land.Dec 3 2020, 1:17 PM
This revision was automatically updated to reflect the committed changes.