From: Zhongxing Xu Date: Tue, 17 Nov 2009 03:20:08 +0000 (+0000) Subject: Add a comment. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6a45c2bffc9b73290aad3041595b3e662b690bdc;p=clang Add a comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89032 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Analysis/PathSensitive/GRWorkList.h b/include/clang/Analysis/PathSensitive/GRWorkList.h index 934a559770..857fa31691 100644 --- a/include/clang/Analysis/PathSensitive/GRWorkList.h +++ b/include/clang/Analysis/PathSensitive/GRWorkList.h @@ -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,