diff options
Diffstat (limited to 'clang/Analysis/GRCoreEngine.cpp')
| -rw-r--r-- | clang/Analysis/GRCoreEngine.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/clang/Analysis/GRCoreEngine.cpp b/clang/Analysis/GRCoreEngine.cpp index 4eb024f036d..cff33373cff 100644 --- a/clang/Analysis/GRCoreEngine.cpp +++ b/clang/Analysis/GRCoreEngine.cpp @@ -113,7 +113,8 @@ bool GRCoreEngineImpl::ExecuteWorkList(unsigned Steps) { return WList->hasWork(); } -void GRCoreEngineImpl::HandleBlockEdge(const BlockEdge& L, ExplodedNodeImpl* Pred) { +void GRCoreEngineImpl::HandleBlockEdge(const BlockEdge& L, + ExplodedNodeImpl* Pred) { CFGBlock* Blk = L.getDst(); @@ -144,7 +145,7 @@ void GRCoreEngineImpl::HandleBlockEdge(const BlockEdge& L, ExplodedNodeImpl* Pre } void GRCoreEngineImpl::HandleBlockEntrance(const BlockEntrance& L, - ExplodedNodeImpl* Pred) { + ExplodedNodeImpl* Pred) { // Increment the block counter. GRBlockCounter Counter = WList->getBlockCounter(); |

