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 | db0594bfc013131f88429add4eb653c285fa94fb (patch) | |
tree | 59a777a9a0c80f939f021c90db0061cba47b3ed3 /include/clang/StaticAnalyzer/PathSensitive/ConstraintManager.h | |
parent | 2ccf047adf877f5e821210b1ce1a2c8289acadc0 (diff) |
Rename 'RemoveDeadBindings()' to 'removeDeadBindings()'
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@123460 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/StaticAnalyzer/PathSensitive/ConstraintManager.h')
-rw-r--r-- | include/clang/StaticAnalyzer/PathSensitive/ConstraintManager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/StaticAnalyzer/PathSensitive/ConstraintManager.h b/include/clang/StaticAnalyzer/PathSensitive/ConstraintManager.h index 81f4558e6a..e19067dedf 100644 --- a/include/clang/StaticAnalyzer/PathSensitive/ConstraintManager.h +++ b/include/clang/StaticAnalyzer/PathSensitive/ConstraintManager.h @@ -48,7 +48,7 @@ public: virtual bool isEqual(const GRState *state, SymbolRef sym, const llvm::APSInt& V) const = 0; - virtual const GRState *RemoveDeadBindings(const GRState *state, + virtual const GRState *removeDeadBindings(const GRState *state, SymbolReaper& SymReaper) = 0; virtual void print(const GRState *state, llvm::raw_ostream& Out, |