diff options
author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2015-07-03 15:40:44 +0000 |
---|---|---|
committer | Bruce Mitchener <bruce.mitchener@gmail.com> | 2015-07-03 15:40:44 +0000 |
commit | e86c6fa3dc3cff4e1edb8bec85d1138f21affd49 (patch) | |
tree | e3c86cf16cda3085a848c8c1020c86cc5af49961 /llvm/lib/Object/Object.cpp | |
parent | 201dec7dc274a12160f748208986dd14af5a2c00 (diff) | |
download | bcm5719-llvm-e86c6fa3dc3cff4e1edb8bec85d1138f21affd49.tar.gz bcm5719-llvm-e86c6fa3dc3cff4e1edb8bec85d1138f21affd49.zip |
[lldb-mi] Use size_t where appropriate.
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.
Reviewers: abidh, ki.stfu, domipheus
Subscribers: lldb-commits
Differential Revision: http://reviews.llvm.org/D10931
llvm-svn: 241360
Diffstat (limited to 'llvm/lib/Object/Object.cpp')
0 files changed, 0 insertions, 0 deletions