In the "use of floating point variable as loop counter" check, check
authorTed Kremenek <kremenek@apple.com>
Fri, 24 Jul 2009 20:26:31 +0000 (20:26 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 24 Jul 2009 20:26:31 +0000 (20:26 +0000)
commitb9cb11391dc7096a2174fefd45b81057859183ec
tree83ef437befa312e35e1ea0ca588e6e360441ca6b
parenta39aaa5fd54191697f79fb011a9d12ad6da1c773
In the "use of floating point variable as loop counter" check, check
if the DeclRefExpr is a float, not just either argument.

llvm-svn: 76998
clang/lib/Analysis/CheckSecuritySyntaxOnly.cpp