This is an archive of the discontinued LLVM Phabricator instance.

[lldb][NFCI] Methods to load scripting resources should take a Stream by reference
ClosedPublic

Authored by bulbazord on Jul 10 2023, 1:22 PM.

Details

Summary

These methods all take a Stream * to get feedback about what's going
on. By default, it's a nullptr, but we always feed it with a valid
pointer. It would therefore make more sense to have this take a
reference.

Diff Detail

Event Timeline

bulbazord created this revision.Jul 10 2023, 1:22 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 10 2023, 1:22 PM
bulbazord requested review of this revision.Jul 10 2023, 1:22 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 10 2023, 1:22 PM
mib accepted this revision.Jul 10 2023, 1:25 PM
This revision is now accepted and ready to land.Jul 10 2023, 1:25 PM