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.  :-)

llvm-svn: 76752

clang/include/clang/Analysis/CFG.h

index 90b6cdc..34dedc0 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; }
 
   //===--------------------------------------------------------------------===//