This is an archive of the discontinued LLVM Phabricator instance.

[lldb][NFCI] UUID::Dump should take a reference instead of a pointer
ClosedPublic

Authored by bulbazord on Jun 24 2023, 12:24 PM.

Details

Summary

We always assume the Stream pointer is valid, might as well be taking a
reference instead.

Diff Detail

Event Timeline

bulbazord created this revision.Jun 24 2023, 12:24 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 24 2023, 12:24 PM
bulbazord requested review of this revision.Jun 24 2023, 12:24 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 24 2023, 12:24 PM
JDevlieghere accepted this revision.Jun 24 2023, 1:43 PM

Makes sense

This revision is now accepted and ready to land.Jun 24 2023, 1:43 PM
mib accepted this revision.Jun 24 2023, 8:37 PM
fdeazeve accepted this revision.Jun 25 2023, 6:45 AM