REPOSITORY
rL LLVM
http://reviews.llvm.org/D6899
Files:
lldb/trunk/source/DataFormatters/NSIndexPath.cpp
Index: lldb/trunk/source/DataFormatters/NSIndexPath.cpp
===================================================================
--- lldb/trunk/source/DataFormatters/NSIndexPath.cpp
+++ lldb/trunk/source/DataFormatters/NSIndexPath.cpp
@@ -86,7 +86,7 @@
bool has_indexes(false),has_length(false);
- for (auto x = 0;
+ for (size_t x = 0;
x < descriptor->GetNumIVars();
x++)
{
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
Index: lldb/trunk/source/DataFormatters/NSIndexPath.cpp
===================================================================
--- lldb/trunk/source/DataFormatters/NSIndexPath.cpp
+++ lldb/trunk/source/DataFormatters/NSIndexPath.cpp
@@ -86,7 +86,7 @@
bool has_indexes(false),has_length(false);
- for (auto x = 0;
+ for (size_t x = 0;
x < descriptor->GetNumIVars();
x++)
{
_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits