]> granicus.if.org Git - clang/commit
Make a bunch of new data structures for the new analysis
authorZhongxing Xu <xuzhongxing@gmail.com>
Thu, 22 Jul 2010 13:52:13 +0000 (13:52 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Thu, 22 Jul 2010 13:52:13 +0000 (13:52 +0000)
commit2ce43c8f43254a9edea53a20dc0e69195bc82ae0
tree2522a3291d0742521e6d1994c3df7675df54639d
parent664cffd330611d78fc0286f539589920a37ca328
Make a bunch of new data structures for the new analysis
engine of the new translation unit. State marshal is there but no real
work is done. End nodes are passed back.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@109105 91177308-0d34-0410-b5e6-96231b3b80d8
examples/wpa/clang-wpa.cpp
include/clang/Analysis/AnalysisContext.h
include/clang/Checker/PathSensitive/AnalysisManager.h
include/clang/Checker/PathSensitive/GRCoreEngine.h
include/clang/Checker/PathSensitive/GRExprEngine.h
include/clang/Checker/PathSensitive/GRState.h
include/clang/Checker/PathSensitive/GRSubEngine.h
include/clang/Index/TranslationUnit.h
lib/Analysis/AnalysisContext.cpp
lib/Checker/GRCoreEngine.cpp
lib/Checker/GRState.cpp