]> granicus.if.org Git - clang/commitdiff
Add some documentation, to make it so the next person doens't select
authorMike Stump <mrs@apple.com>
Wed, 22 Jul 2009 16:55:20 +0000 (16:55 +0000)
committerMike Stump <mrs@apple.com>
Wed, 22 Jul 2009 16:55:20 +0000 (16:55 +0000)
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

index 90b6cdc08dcf6948aecff8630fde2a265d514bbc..34dedc074a0d55376e500532aa452dabd144b50c 100644 (file)
@@ -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; }
 
   //===--------------------------------------------------------------------===//