brucem added a comment.

This is meant to fix this warning:

  llvm/tools/lldb/source/Symbol/GoASTContext.cpp:1107:40: warning: comparison 
of integers of different signs: 'size_t' (aka 'unsigned long') and 'int64_t' 
(aka 'long long') [-Wsign-compare]
          if (ignore_array_bounds || idx < a->GetLength())
                                     ~~~ ^ ~~~~~~~~~~~~~~
  1 warning generated.


http://reviews.llvm.org/D12872



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to