diff options
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, |