]> granicus.if.org Git - clang/commit
Add initial implementation of checking for uses of floating point as a loop counter.
authorTed Kremenek <kremenek@apple.com>
Thu, 23 Jul 2009 01:07:19 +0000 (01:07 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 23 Jul 2009 01:07:19 +0000 (01:07 +0000)
commitdbfb5f853547c4cc2b4b39e90f01537dd317457a
tree9391a56fa191e42c43afcb3879a6d4ad6073ea2a
parenta4e70568ae8902d48aad215c16b0fc8b40308106
Add initial implementation of checking for uses of floating point as a loop counter.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76833 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Analysis/LocalCheckers.h
include/clang/Frontend/Analyses.def
lib/Analysis/CMakeLists.txt
lib/Analysis/CheckSecuritySyntaxOnly.cpp [new file with mode: 0644]
lib/Frontend/AnalysisConsumer.cpp