diff options
Diffstat (limited to 'include/clang')
-rw-r--r-- | include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h b/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h index 350b669e67..131d39e755 100644 --- a/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h +++ b/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h @@ -166,7 +166,7 @@ class StmtNodeBuilder { const CFGBlock &B; const unsigned Idx; ExplodedNode *Pred; - ProgramStateManager& Mgr; + public: bool PurgingDeadSymbols; @@ -184,8 +184,7 @@ public: StmtNodeBuilder(const CFGBlock *b, unsigned idx, ExplodedNode *N, - CoreEngine* e, - ProgramStateManager &mgr); + CoreEngine* e); ~StmtNodeBuilder(); |