aboutsummaryrefslogtreecommitdiff
path: root/include/clang/StaticAnalyzer/Core/PathSensitive/SubEngine.h
diff options
context:
space:
mode:
authorAnna Zaks <ganna@apple.com>2011-10-18 23:06:16 +0000
committerAnna Zaks <ganna@apple.com>2011-10-18 23:06:16 +0000
commitad62deeb70e97da6bd514dd390ea1ce6af6ad81d (patch)
treede9011c7bcae1cb16430e5c427242d4220dda1ae /include/clang/StaticAnalyzer/Core/PathSensitive/SubEngine.h
parent8c90aadce33152b03e3d1d5c7e9c468c7b939c96 (diff)
[analyzer] Pull Pred out of NodeBuilderContext.
Each builder will have a different one, so it doesn't make sense to keep it in the context. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@142447 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/StaticAnalyzer/Core/PathSensitive/SubEngine.h')
-rw-r--r--include/clang/StaticAnalyzer/Core/PathSensitive/SubEngine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clang/StaticAnalyzer/Core/PathSensitive/SubEngine.h b/include/clang/StaticAnalyzer/Core/PathSensitive/SubEngine.h
index 6f480359bf..38b7538b6b 100644
--- a/include/clang/StaticAnalyzer/Core/PathSensitive/SubEngine.h
+++ b/include/clang/StaticAnalyzer/Core/PathSensitive/SubEngine.h
@@ -67,6 +67,7 @@ public:
/// nodes by processing the 'effects' of a branch condition.
virtual void processBranch(const Stmt *Condition, const Stmt *Term,
NodeBuilderContext& BuilderCtx,
+ ExplodedNode *Pred,
const CFGBlock *DstT,
const CFGBlock *DstF) = 0;