This is an archive of the discontinued LLVM Phabricator instance.

Remove the TypePair class
ClosedPublic

Authored by labath on Mar 15 2019, 7:36 AM.

Details

Summary

After D59297, the TypePair class kind of lost its purpose as it was no
longer a "pair". This finished the job started in that patch and deletes
the class altogether. All usages have been updated to use CompilerType
class directly.

Diff Detail

Repository
rLLDB LLDB

Event Timeline

labath created this revision.Mar 15 2019, 7:36 AM
clayborg accepted this revision.Mar 15 2019, 7:53 AM
This revision is now accepted and ready to land.Mar 15 2019, 7:53 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptMar 26 2019, 6:34 AM