]> granicus.if.org Git - clang/commit
Use "unsigned" instead of "int" for i to remove a "comparison between unsigned and...
authorTed Kremenek <kremenek@apple.com>
Mon, 6 Oct 2008 20:35:04 +0000 (20:35 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 6 Oct 2008 20:35:04 +0000 (20:35 +0000)
commit15f613987a24198468a5a696adcca49f4e363ae3
tree66a40d989569cc4271a9bcc4018db92de38af9a8
parenta7406d4f8ce586fcc98a2534b047b98bc8314c22
Use "unsigned" instead of "int" for i to remove a "comparison between unsigned and signed" warning (potential integer overflow).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57201 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDeclCXX.cpp