]> granicus.if.org Git - clang/commit
Refactored all logic to run the GRSimpleVals and CFRef checker into a common
authorTed Kremenek <kremenek@apple.com>
Thu, 10 Apr 2008 22:16:52 +0000 (22:16 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 10 Apr 2008 22:16:52 +0000 (22:16 +0000)
commitd71ed26dd80cdfebb5bb49000cce538e6c9a90e3
treed0461c3b4ee87901490f935c38f35ce8c8e991cd
parentebe457c3443af253bc14ae77c2013b088370a66b
Refactored all logic to run the GRSimpleVals and CFRef checker into a common
code path in the clang driver.

Renamed options --grsimple to -checker-simple and -check-cfref to -checker-cfref.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49500 91177308-0d34-0410-b5e6-96231b3b80d8
Driver/ASTConsumers.cpp
Driver/ASTConsumers.h
Driver/clang.cpp
include/clang/Analysis/LocalCheckers.h
lib/Analysis/CFRefCount.cpp
lib/Analysis/GRSimpleVals.cpp
test/Analysis-Apple/NSString.m
test/Analysis-Apple/uninit-msg-expr.m
test/Analysis/null-deref-ps.c
test/Analysis/stack-addr-ps.c