diff options
| author | Ted Kremenek <kremenek@apple.com> | 2011-01-14 20:34:15 +0000 |
|---|---|---|
| committer | Ted Kremenek <kremenek@apple.com> | 2011-01-14 20:34:15 +0000 |
| commit | 44e2c5cdd9db7963318ad52f47a12dac8d0b0a87 (patch) | |
| tree | b276bd4626bdd597439fedd34654a5479bf047e7 /clang/lib/StaticAnalyzer/Checkers/ExprEngine.cpp | |
| parent | 7c211625e0d92b6367e9aea14046672978460bea (diff) | |
| download | bcm5719-llvm-44e2c5cdd9db7963318ad52f47a12dac8d0b0a87.tar.gz bcm5719-llvm-44e2c5cdd9db7963318ad52f47a12dac8d0b0a87.zip | |
Rename 'RemoveDeadBindings()' to 'removeDeadBindings()'
llvm-svn: 123460
Diffstat (limited to 'clang/lib/StaticAnalyzer/Checkers/ExprEngine.cpp')
| -rw-r--r-- | clang/lib/StaticAnalyzer/Checkers/ExprEngine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/StaticAnalyzer/Checkers/ExprEngine.cpp b/clang/lib/StaticAnalyzer/Checkers/ExprEngine.cpp index 381d81d59b2..f3c305a3880 100644 --- a/clang/lib/StaticAnalyzer/Checkers/ExprEngine.cpp +++ b/clang/lib/StaticAnalyzer/Checkers/ExprEngine.cpp @@ -557,7 +557,7 @@ void ExprEngine::ProcessStmt(const CFGStmt S, StmtNodeBuilder& builder) { } const StackFrameContext *SFC = LC->getCurrentStackFrame(); - CleanedState = StateMgr.RemoveDeadBindings(St, SFC, SymReaper); + CleanedState = StateMgr.removeDeadBindings(St, SFC, SymReaper); } else { CleanedState = EntryNode->getState(); } |

