Core: address comparison of signed and unsigned types
authorSaleem Abdulrasool <compnerd@compnerd.org>
Fri, 13 Jun 2014 03:30:42 +0000 (03:30 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Fri, 13 Jun 2014 03:30:42 +0000 (03:30 +0000)
commite8e4ae9f7815b47f6fc7dc0c609ecc346fa1b419
tree53402058b5738a21e13e59f733f6757a36fff957
parent3924d754e59683a3461e05e3c8d57a9d6ff347fb
Core: address comparison of signed and unsigned types

Add a cast to ensure that the comparison is done with the same sign type.
Identified by GCC.

llvm-svn: 210880
lldb/source/Core/StructuredData.cpp