]> granicus.if.org Git - clang/commitdiff
Change arg type.
authorZhongxing Xu <xuzhongxing@gmail.com>
Fri, 23 Jul 2010 05:55:01 +0000 (05:55 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Fri, 23 Jul 2010 05:55:01 +0000 (05:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@109218 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Checker/PathSensitive/GRState.h
lib/Checker/GRState.cpp

index 2787976e743f74461cc421125ec6005c7a241dd3..63587a3c5fb5cb34707f81627d7ecfebbd7f7dcd 100644 (file)
@@ -454,7 +454,7 @@ public:
 
   /// Marshal a new state for the callee in another translation unit.
   /// 'state' is owned by the caller's engine.
-  const GRState *MarshalState(const GRState *state, const LocationContext *L);
+  const GRState *MarshalState(const GRState *state, const StackFrameContext *L);
 
 public:
 
index 67b3dfe0b653cba8bec6fcf925e1138fea0bb6f1..69470bbbb28003d3f65b5a03b8cdf81a1bcdd513 100644 (file)
@@ -58,7 +58,7 @@ GRStateManager::RemoveDeadBindings(const GRState* state,
 }
 
 const GRState *GRStateManager::MarshalState(const GRState *state,
-                                            const LocationContext *InitLoc) {
+                                            const StackFrameContext *InitLoc) {
   // make up an empty state for now.
   GRState State(this,
                 EnvMgr.getInitialEnvironment(),