]> granicus.if.org Git - clang/commit
Hooked up the dead-store checker to the BugReporter interface. Now dead-store
authorTed Kremenek <kremenek@apple.com>
Mon, 14 Apr 2008 17:39:48 +0000 (17:39 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 14 Apr 2008 17:39:48 +0000 (17:39 +0000)
commitd2f642b56e87493edfc3b0dab359b5e32d5f8a5e
treef291d4f32525eaccf48d60cedd2bda6d64700403
parent2bf78fba7a37a42d4295999706053fdf4c9625e2
Hooked up the dead-store checker to the BugReporter interface.  Now dead-store
warnings are emitted as part of the warnings registered by GRSimpleVals.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49658 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Analysis/LocalCheckers.h
include/clang/Analysis/PathSensitive/BugReporter.h
include/clang/Analysis/PathSensitive/GRExprEngine.h
lib/Analysis/BasicObjCFoundationChecks.cpp
lib/Analysis/BugReporter.cpp
lib/Analysis/CFRefCount.cpp
lib/Analysis/DeadStores.cpp
lib/Analysis/GRSimpleVals.cpp