This is an archive of the discontinued LLVM Phabricator instance.

[lldb][NFCI] Use size_t in OptionValueProperties
ClosedPublic

Authored by bulbazord on Jun 1 2023, 4:47 PM.

Details

Summary

In many places we're using uint32_t where we should be using size_t.
We should be consistent.

Diff Detail

Event Timeline

bulbazord created this revision.Jun 1 2023, 4:47 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 1 2023, 4:47 PM
bulbazord requested review of this revision.Jun 1 2023, 4:47 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 1 2023, 4:47 PM
mib accepted this revision.Jun 1 2023, 11:57 PM
This revision is now accepted and ready to land.Jun 1 2023, 11:57 PM
This revision was automatically updated to reflect the committed changes.