Go to file
Eli Friedman 3c28524632 Fix an extremely subtle bug with pointer comparisons: they have to be
unsigned because it's possible (at least in theory) to have
have both positive and negative pointers pointing to the same object.

llvm-svn: 51681
2008-05-29 15:09:15 +00:00
clang Fix an extremely subtle bug with pointer comparisons: they have to be 2008-05-29 15:09:15 +00:00
llvm Add a newline at the end of this file. 2008-05-29 14:38:23 +00:00