]> granicus.if.org Git - clang/commit
Refactored some of the BugReporter interface so that data such as the ASTContext...
authorTed Kremenek <kremenek@apple.com>
Wed, 2 Jul 2008 21:24:01 +0000 (21:24 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 2 Jul 2008 21:24:01 +0000 (21:24 +0000)
commitc095997b853270d8adb6fe55209a4dbc42803d16
tree998b434ab07cafbb018bf3c248bcf2476e5738a8
parent8b23361a6a50be6dbd1056add570eb90598474b0
Refactored some of the BugReporter interface so that data such as the ASTContext&, PathDiagnosticClient*, can be provided by an external source.
Split BugReporter into BugReporter and GRBugReporter so checkers not based on GRExprEngine can still use the BugReporter mechanism.

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