Added method "getSelfRegion" to Store. This method returns the region...
Added method "getSelfRegion" to Store. This method returns the region associated with the "this" or "self" object (C++ and Objective-C respectively). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58107 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang/Analysis/PathSensitive/GRState.h 11 additions, 1 deletioninclude/clang/Analysis/PathSensitive/GRState.h
- include/clang/Analysis/PathSensitive/Store.h 8 additions, 0 deletionsinclude/clang/Analysis/PathSensitive/Store.h
- lib/Analysis/BasicObjCFoundationChecks.cpp 1 addition, 1 deletionlib/Analysis/BasicObjCFoundationChecks.cpp
- lib/Analysis/BasicStore.cpp 41 additions, 21 deletionslib/Analysis/BasicStore.cpp
- lib/Analysis/GRExprEngine.cpp 1 addition, 1 deletionlib/Analysis/GRExprEngine.cpp
- lib/Analysis/RegionStore.cpp 8 additions, 0 deletionslib/Analysis/RegionStore.cpp
Loading
Please register or sign in to comment