Patch by Zhongxing Xu!
This patch extends BasicStoreManager::getInitialStore() to include code that symbolicates input variables. It also removes redundant handling of ImplicitParamDecl, since it is a subclass of VarDecl. llvm-svn: 54993
Showing
- clang/include/clang/Analysis/PathSensitive/GRState.h 10 additions, 4 deletionsclang/include/clang/Analysis/PathSensitive/GRState.h
- clang/include/clang/Analysis/PathSensitive/Store.h 2 additions, 1 deletionclang/include/clang/Analysis/PathSensitive/Store.h
- clang/lib/Analysis/BasicStore.cpp 37 additions, 3 deletionsclang/lib/Analysis/BasicStore.cpp
- clang/lib/Analysis/GRExprEngine.cpp 2 additions, 42 deletionsclang/lib/Analysis/GRExprEngine.cpp
- clang/lib/Analysis/GRState.cpp 3 additions, 2 deletionsclang/lib/Analysis/GRState.cpp
Loading
Please register or sign in to comment