This is an archive of the discontinued LLVM Phabricator instance.

[lldb-mi] Use size_t where appropriate.
ClosedPublic

Authored by brucem on Jul 3 2015, 8:12 AM.

Details

Summary

Many places should have been using size_t rather than MIuint or
MIint. This is particularly true for code that uses std::string::find(),
std::string::rfind(), std::string::size(), and related methods.

Diff Detail

Repository
rL LLVM

Event Timeline

brucem updated this revision to Diff 29024.Jul 3 2015, 8:12 AM
brucem retitled this revision from to [lldb-mi] Use size_t where appropriate..
brucem updated this object.
brucem added reviewers: abidh, ki.stfu, domipheus.
brucem added a subscriber: lldb-commits.
abidh accepted this revision.Jul 3 2015, 8:23 AM
abidh edited edge metadata.
This revision is now accepted and ready to land.Jul 3 2015, 8:23 AM
This revision was automatically updated to reflect the committed changes.