[cfe-commits] r89032 - /cfe/trunk/include/clang/Analysis/PathSensitive/GRWorkList.h
Zhongxing Xu
xuzhongxing at gmail.com
Mon Nov 16 19:20:08 PST 2009
Author: zhongxingxu
Date: Mon Nov 16 21:20:08 2009
New Revision: 89032
URL: http://llvm.org/viewvc/llvm-project?rev=89032&view=rev
Log:
Add a comment.
Modified:
cfe/trunk/include/clang/Analysis/PathSensitive/GRWorkList.h
Modified: cfe/trunk/include/clang/Analysis/PathSensitive/GRWorkList.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Analysis/PathSensitive/GRWorkList.h?rev=89032&r1=89031&r2=89032&view=diff
==============================================================================
--- cfe/trunk/include/clang/Analysis/PathSensitive/GRWorkList.h (original)
+++ cfe/trunk/include/clang/Analysis/PathSensitive/GRWorkList.h Mon Nov 16 21:20:08 2009
@@ -28,7 +28,7 @@
ExplodedNode* Node;
GRBlockCounter Counter;
CFGBlock* Block;
- unsigned BlockIdx;
+ unsigned BlockIdx; // This is the index of the next statement.
public:
GRWorkListUnit(ExplodedNode* N, GRBlockCounter C,
More information about the cfe-commits
mailing list