diff options
author | Erik Verbruggen <erikjv@me.com> | 2016-10-26 09:58:31 +0000 |
---|---|---|
committer | Erik Verbruggen <erikjv@me.com> | 2016-10-26 09:58:31 +0000 |
commit | 4d5b99a79c6f60800d8e8f4379b9c1319facd5fe (patch) | |
tree | 93c6b5c958376ca0cab7c47124e0419c541f2c59 /lldb/packages/Python/lldbsuite/test/functionalities/process_attach | |
parent | e398c6afa9f5fc5cfce9bbf5f73cf00b885d57fa (diff) | |
download | bcm5719-llvm-4d5b99a79c6f60800d8e8f4379b9c1319facd5fe.tar.gz bcm5719-llvm-4d5b99a79c6f60800d8e8f4379b9c1319facd5fe.zip |
[PP] Replace some uses of unsigned with size_t
All values are returned by a method as size_t, and subsequently passed
to functions taking a size_t, or used where a size_t is also valid.
Better still, two loops (which had an unsigned), can be replaced by
a range-based for loop.
Differential Revision: http://reviews.llvm.org/D25939
llvm-svn: 285182
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/process_attach')
0 files changed, 0 insertions, 0 deletions