[cfe-commits] [PATCH 1/2] Avoid unsigned Compare to int

David Greene dag at cray.com
Fri Jan 11 09:00:13 PST 2013


Cast arithmetic results to avoid comparison of an unsigned to an int.
---
 llvm/tools/clang/lib/CodeGen/CGExpr.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Avoid-unsigned-Compare-to-int.patch
Type: text/x-patch
Size: 680 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130111/1dda393c/attachment.bin>


More information about the cfe-commits mailing list