Zachary Turner
97d2c4011b
Convert some Args index-based iteration to range-style iteration.
...
This is better for a number of reasons. Mostly style, but also:
1) Signed-unsigned comparison warnings disappear since there is
no loop index.
2) Iterating with the range-for style gives you back an entry
that has more than just a const char*, so it's more efficient
and more useful.
3) Makes code safter since the type system enforces that it's
impossible to index out of bounds.
llvm-svn: 283413
2016-10-05 23:40:23 +00:00
..
2015-09-03 08:46:55 +00:00
2016-09-21 16:01:28 +00:00
2016-09-06 20:57:50 +00:00
2016-09-06 20:57:50 +00:00
2016-10-05 21:14:38 +00:00
2016-09-22 20:22:55 +00:00
2016-10-05 20:03:37 +00:00
2016-09-06 20:57:50 +00:00
2016-10-05 20:03:37 +00:00
2016-09-06 20:57:50 +00:00
2016-09-06 20:57:50 +00:00
2016-09-06 20:57:50 +00:00
2016-10-05 23:40:23 +00:00
2016-09-06 20:57:50 +00:00
2016-10-05 20:03:37 +00:00
2016-09-22 20:22:55 +00:00
2016-10-05 21:14:38 +00:00
2016-09-23 17:48:13 +00:00
2016-10-05 20:03:37 +00:00
2016-09-06 20:57:50 +00:00
2016-09-06 20:57:50 +00:00
2016-09-06 20:57:50 +00:00
2016-10-05 23:40:23 +00:00
2016-09-22 20:22:55 +00:00
2016-09-06 20:57:50 +00:00
2016-09-06 20:57:50 +00:00
2016-10-05 20:03:37 +00:00
2016-09-06 20:57:50 +00:00
2016-09-23 17:48:13 +00:00
2016-09-06 20:57:50 +00:00
2016-10-05 21:14:38 +00:00
2016-10-05 23:40:23 +00:00
2016-09-06 20:57:50 +00:00
2016-09-06 20:57:50 +00:00
2016-09-06 20:57:50 +00:00
2016-10-05 23:40:23 +00:00
2016-09-06 20:57:50 +00:00
2016-09-06 20:57:50 +00:00
2016-09-06 20:57:50 +00:00
2016-09-23 17:48:13 +00:00
2016-09-06 20:57:50 +00:00
2016-10-05 23:40:23 +00:00
2016-09-06 20:57:50 +00:00
2016-10-05 21:14:38 +00:00
2016-09-06 20:57:50 +00:00
2016-10-05 23:40:23 +00:00
2016-09-06 20:57:50 +00:00
2016-10-05 23:40:23 +00:00
2016-09-06 20:57:50 +00:00
2016-10-05 23:40:23 +00:00
2016-09-06 20:57:50 +00:00
2016-10-05 23:40:23 +00:00
2016-09-06 20:57:50 +00:00
2016-09-06 20:57:50 +00:00
2016-09-06 20:57:50 +00:00
2016-10-05 23:40:23 +00:00
2016-09-06 20:57:50 +00:00
2016-09-23 17:48:13 +00:00
2016-09-06 20:57:50 +00:00