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
Showing
- examples/wpa/clang-wpa.cpp 4 additions, 0 deletionsexamples/wpa/clang-wpa.cpp
- include/clang/Analysis/AnalysisContext.h 5 additions, 5 deletionsinclude/clang/Analysis/AnalysisContext.h
- include/clang/Checker/PathSensitive/AnalysisManager.h 8 additions, 2 deletionsinclude/clang/Checker/PathSensitive/AnalysisManager.h
- include/clang/Checker/PathSensitive/GRCoreEngine.h 5 additions, 1 deletioninclude/clang/Checker/PathSensitive/GRCoreEngine.h
- include/clang/Checker/PathSensitive/GRExprEngine.h 12 additions, 4 deletionsinclude/clang/Checker/PathSensitive/GRExprEngine.h
- include/clang/Checker/PathSensitive/GRState.h 4 additions, 0 deletionsinclude/clang/Checker/PathSensitive/GRState.h
- include/clang/Checker/PathSensitive/GRSubEngine.h 3 additions, 1 deletioninclude/clang/Checker/PathSensitive/GRSubEngine.h
- include/clang/Index/TranslationUnit.h 2 additions, 0 deletionsinclude/clang/Index/TranslationUnit.h
- lib/Analysis/AnalysisContext.cpp 1 addition, 1 deletionlib/Analysis/AnalysisContext.cpp
- lib/Checker/GRCoreEngine.cpp 73 additions, 4 deletionslib/Checker/GRCoreEngine.cpp
- lib/Checker/GRState.cpp 11 additions, 0 deletionslib/Checker/GRState.cpp
Loading
Please register or sign in to comment