aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/clang/Analysis/CFG.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/clang/Analysis/CFG.h b/include/clang/Analysis/CFG.h
index 90b6cdc08d..34dedc074a 100644
--- a/include/clang/Analysis/CFG.h
+++ b/include/clang/Analysis/CFG.h
@@ -280,6 +280,8 @@ public:
BlkExprNumTy getBlkExprNum(const Stmt* S);
unsigned getNumBlkExprs();
+ /// getNumBlockIDs - Returns the total number of BlockIDs allocated (which
+ /// start at 0).
unsigned getNumBlockIDs() const { return NumBlockIDs; }
//===--------------------------------------------------------------------===//