diff options
Diffstat (limited to 'include/clang/StaticAnalyzer/PathSensitive/GRState.h')
-rw-r--r-- | include/clang/StaticAnalyzer/PathSensitive/GRState.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/StaticAnalyzer/PathSensitive/GRState.h b/include/clang/StaticAnalyzer/PathSensitive/GRState.h index d148f46e5a..48cc7a7fd5 100644 --- a/include/clang/StaticAnalyzer/PathSensitive/GRState.h +++ b/include/clang/StaticAnalyzer/PathSensitive/GRState.h @@ -484,7 +484,7 @@ public: ConstraintManager& getConstraintManager() { return *ConstraintMgr; } SubEngine& getOwningEngine() { return Eng; } - const GRState* RemoveDeadBindings(const GRState* St, + const GRState* removeDeadBindings(const GRState* St, const StackFrameContext *LCtx, SymbolReaper& SymReaper); |