This is an archive of the discontinued LLVM Phabricator instance.

[lldb][NFCI] Remove use of Stream * from TypeSystem
ClosedPublic

Authored by bulbazord on Jul 5 2023, 2:59 PM.

Details

Summary

We always assume these streams are valid, might as well take references
instead of raw pointers.

Diff Detail

Event Timeline

bulbazord created this revision.Jul 5 2023, 2:59 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 5 2023, 2:59 PM
bulbazord requested review of this revision.Jul 5 2023, 2:59 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 5 2023, 2:59 PM
JDevlieghere accepted this revision.Jul 6 2023, 1:03 PM
This revision is now accepted and ready to land.Jul 6 2023, 1:03 PM
fdeazeve accepted this revision.Jul 6 2023, 1:10 PM

LGTM!

This revision was automatically updated to reflect the committed changes.