This is an archive of the discontinued LLVM Phabricator instance.

[libc] Make the RPC interfaces move only
ClosedPublic

Authored by jhuber6 on May 5 2023, 9:59 AM.

Details

Summary

This patch uses the changed interface in D149972 to make these classes
move-only. The Port class could be further refined to be
construct-only in a future patch, but for now this makes it more
difficult to misuse the interface.

Depends on D149972

Diff Detail

Event Timeline

jhuber6 created this revision.May 5 2023, 9:59 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMay 5 2023, 9:59 AM
jhuber6 requested review of this revision.May 5 2023, 9:59 AM
JonChesterfield accepted this revision.May 5 2023, 11:44 AM
This revision is now accepted and ready to land.May 5 2023, 11:44 AM
This revision was automatically updated to reflect the committed changes.