[cfe-commits] r55619 - /cfe/trunk/include/clang/Analysis/PathSensitive/GRWorkList.h
Zhongxing Xu
xuzhongxing at gmail.com
Mon Sep 1 20:29:52 PDT 2008
Author: zhongxingxu
Date: Mon Sep 1 22:29:51 2008
New Revision: 55619
URL: http://llvm.org/viewvc/llvm-project?rev=55619&view=rev
Log:
Fit the comments into 80 columns.
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=55619&r1=55618&r2=55619&view=diff
==============================================================================
--- cfe/trunk/include/clang/Analysis/PathSensitive/GRWorkList.h (original)
+++ cfe/trunk/include/clang/Analysis/PathSensitive/GRWorkList.h Mon Sep 1 22:29:51 2008
@@ -7,8 +7,8 @@
//
//===----------------------------------------------------------------------===//
//
-// This file defines GRWorkList, a pure virtual class that represents an
-// opaque worklist used by GRCoreEngine to explore the reachability state space.
+// This file defines GRWorkList, a pure virtual class that represents an opaque
+// worklist used by GRCoreEngine to explore the reachability state space.
//
//===----------------------------------------------------------------------===//
More information about the cfe-commits
mailing list