This is an archive of the discontinued LLVM Phabricator instance.

[lldb] [Host/Socket] Make DecodeHostAndPort() return a dedicated struct
ClosedPublic

Authored by mgorny on Oct 27 2021, 8:54 AM.

Diff Detail

Event Timeline

mgorny requested review of this revision.Oct 27 2021, 8:54 AM
mgorny created this revision.
mgorny updated this revision to Diff 382698.Oct 27 2021, 9:45 AM

Fix missing return in operator<<.

labath accepted this revision.Oct 27 2021, 11:45 PM
labath added inline comments.
lldb/source/Host/common/Socket.cpp
262–264

I guess this isn't true anymore.

This revision is now accepted and ready to land.Oct 27 2021, 11:45 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 28 2021, 12:58 AM