]> granicus.if.org Git - clang/commit
Use StackFrameContext directly in CallEnter program point. Then we don't need
authorZhongxing Xu <xuzhongxing@gmail.com>
Wed, 24 Nov 2010 08:53:20 +0000 (08:53 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Wed, 24 Nov 2010 08:53:20 +0000 (08:53 +0000)
commit19b78d9e3dbbc27bbcbdd8c3017a00fe88849ecd
tree313c72a34a82e178a70c3e47e395c0ae564cb99a
parent5281b8ed0e395603e5ff15ecc01ee0d0dff2e0fd
Use StackFrameContext directly in CallEnter program point. Then we don't need
to remake the stackframe everytime in GRExprEngine::ProcessCallEnter().

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@120087 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Analysis/ProgramPoint.h
include/clang/Checker/PathSensitive/AnalysisManager.h
include/clang/Checker/PathSensitive/GRCoreEngine.h
lib/Checker/AnalysisManager.cpp
lib/Checker/GRCXXExprEngine.cpp
lib/Checker/GRCoreEngine.cpp
lib/Checker/GRExprEngine.cpp