]> granicus.if.org Git - clang/commit
Core analysis engine template cleanup step 2:
authorZhongxing Xu <xuzhongxing@gmail.com>
Thu, 6 Aug 2009 06:28:40 +0000 (06:28 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Thu, 6 Aug 2009 06:28:40 +0000 (06:28 +0000)
commit38b02b912e1a55c912f603c4369431264d36a381
treeb25aa0b52a792659c061e5d5d74533cf1a4c5f48
parentaddc931273b4b534648ef9fbc6d54065c745ce9d
Core analysis engine template cleanup step 2:
  merge ExplodedGraphImpl and ExplodedGraph.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@78291 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Analysis/PathSensitive/BugReporter.h
include/clang/Analysis/PathSensitive/ExplodedGraph.h
include/clang/Analysis/PathSensitive/GRCoreEngine.h
include/clang/Analysis/PathSensitive/GRExprEngine.h
include/clang/Analysis/PathSensitive/GRSimpleAPICheck.h
include/clang/Analysis/PathSensitive/GRState.h
lib/Analysis/BugReporter.cpp
lib/Analysis/ExplodedGraph.cpp
lib/Analysis/GRCoreEngine.cpp