commit | 73ede01cadf997a851ebb42e945450f0094de5d8 | [log] [tgz] |
---|---|---|
author | Zhongxing Xu <xuzhongxing@gmail.com> | Fri Jul 23 05:55:01 2010 +0000 |
committer | Zhongxing Xu <xuzhongxing@gmail.com> | Fri Jul 23 05:55:01 2010 +0000 |
tree | 8db66622ec308468f2efc87492c12a08563e229f | |
parent | 204fbaf5c2105c78586e026086d8b51a2fe37efd [diff] [blame] |
Change arg type. llvm-svn: 109218
diff --git a/clang/lib/Checker/GRState.cpp b/clang/lib/Checker/GRState.cpp index 67b3dfe..69470bb 100644 --- a/clang/lib/Checker/GRState.cpp +++ b/clang/lib/Checker/GRState.cpp
@@ -58,7 +58,7 @@ } 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(),