]> granicus.if.org Git - clang/commitdiff
Add a comment.
authorZhongxing Xu <xuzhongxing@gmail.com>
Tue, 17 Nov 2009 03:20:08 +0000 (03:20 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Tue, 17 Nov 2009 03:20:08 +0000 (03:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89032 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Analysis/PathSensitive/GRWorkList.h

index 934a559770d5883f7a03a5236ed87f93583fea04..857fa316911fcd044b1e734eba7fac719e719234 100644 (file)
@@ -28,7 +28,7 @@ class GRWorkListUnit {
   ExplodedNode* Node;
   GRBlockCounter Counter;
   CFGBlock* Block;
-  unsigned BlockIdx;
+  unsigned BlockIdx; // This is the index of the next statement.
 
 public:
   GRWorkListUnit(ExplodedNode* N, GRBlockCounter C,