[cfe-commits] r76752 - /cfe/trunk/include/clang/Analysis/CFG.h
Mike Stump
mrs at apple.com
Wed Jul 22 09:55:20 PDT 2009
Author: mrs
Date: Wed Jul 22 11:55:20 2009
New Revision: 76752
URL: http://llvm.org/viewvc/llvm-project?rev=76752&view=rev
Log:
Add some documentation, to make it so the next person doens't select
the wrong function. :-)
Modified:
cfe/trunk/include/clang/Analysis/CFG.h
Modified: cfe/trunk/include/clang/Analysis/CFG.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Analysis/CFG.h?rev=76752&r1=76751&r2=76752&view=diff
==============================================================================
--- cfe/trunk/include/clang/Analysis/CFG.h (original)
+++ cfe/trunk/include/clang/Analysis/CFG.h Wed Jul 22 11:55:20 2009
@@ -280,6 +280,8 @@
BlkExprNumTy getBlkExprNum(const Stmt* S);
unsigned getNumBlkExprs();
+ /// getNumBlockIDs - Returns the total number of BlockIDs allocated (which
+ /// start at 0).
unsigned getNumBlockIDs() const { return NumBlockIDs; }
//===--------------------------------------------------------------------===//
More information about the cfe-commits
mailing list