From 0c8c5365be0176e8399e97d7da3293c79bc9da24 Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Wed, 22 Jul 2009 16:55:20 +0000 Subject: [PATCH] Add some documentation, to make it so the next person doens't select the wrong function. :-) git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76752 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Analysis/CFG.h | 2 ++ 1 file changed, 2 insertions(+) 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; } //===--------------------------------------------------------------------===// -- 2.40.0