diff options
author | Ted Kremenek <kremenek@apple.com> | 2010-12-20 21:22:47 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2010-12-20 21:22:47 +0000 |
commit | 342e907d72c1644ca294115dabd5ed8e852bc4ed (patch) | |
tree | 4ef7f33d67658c4232bfacf6e138df7a9871f1d6 /lib/Checker/GRExprEngine.cpp | |
parent | d048c6ef5b6cfaa0cecb8cc1d4bdace32ed21d07 (diff) |
Rename 'VisitLocation' to 'visitLocation'.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122271 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Checker/GRExprEngine.cpp')
-rw-r--r-- | lib/Checker/GRExprEngine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Checker/GRExprEngine.cpp b/lib/Checker/GRExprEngine.cpp index f50fa66bea..2945de162a 100644 --- a/lib/Checker/GRExprEngine.cpp +++ b/lib/Checker/GRExprEngine.cpp @@ -1854,7 +1854,7 @@ void GRExprEngine::evalLocation(ExplodedNodeSet &Dst, const Stmt *S, NI != NE; ++NI) { // Use the 'state' argument only when the predecessor node is the // same as Pred. This allows us to catch updates to the state. - checker->GR_VisitLocation(*CurrSet, *Builder, *this, S, *NI, + checker->GR_visitLocation(*CurrSet, *Builder, *this, S, *NI, *NI == Pred ? state : GetState(*NI), location, tag, isLoad); } |