This is an archive of the discontinued LLVM Phabricator instance.

Simplify user_id_t -> size_t
ClosedPublic

Authored by jankratochvil on Feb 15 2020, 9:56 AM.

Details

Summary

As discussed in D73206 simplifying usage of user_id_t.
There is even written:

// The compile unit ID is the index of the DWARF unit.
DWARFUnit *dwarf_cu = info->GetUnitAtIndex(comp_unit->GetID());

Diff Detail

Event Timeline

jankratochvil created this revision.Feb 15 2020, 9:56 AM
jdoerfert resigned from this revision.Feb 15 2020, 7:58 PM
labath accepted this revision.Feb 17 2020, 12:54 AM
This revision is now accepted and ready to land.Feb 17 2020, 12:54 AM
This revision was automatically updated to reflect the committed changes.