llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI
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
..
CMakeLists.txt [cmake] Remove LLVM_NO_RTTI. 2015-09-03 08:46:55 +00:00
ItaniumABILanguageRuntime.cpp Convert some Args index-based iteration to range-style iteration. 2016-10-05 23:40:23 +00:00
ItaniumABILanguageRuntime.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00