[cfe-commits] r78781 - /cfe/trunk/include/clang/Analysis/PathSensitive/GRCoreEngine.h
Zhongxing Xu
xuzhongxing at gmail.com
Tue Aug 11 19:23:28 PDT 2009
Author: zhongxingxu
Date: Tue Aug 11 21:23:28 2009
New Revision: 78781
URL: http://llvm.org/viewvc/llvm-project?rev=78781&view=rev
Log:
Remove redundant forward declarations.
Modified:
cfe/trunk/include/clang/Analysis/PathSensitive/GRCoreEngine.h
Modified: cfe/trunk/include/clang/Analysis/PathSensitive/GRCoreEngine.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Analysis/PathSensitive/GRCoreEngine.h?rev=78781&r1=78780&r2=78781&view=diff
==============================================================================
--- cfe/trunk/include/clang/Analysis/PathSensitive/GRCoreEngine.h (original)
+++ cfe/trunk/include/clang/Analysis/PathSensitive/GRCoreEngine.h Tue Aug 11 21:23:28 2009
@@ -1,4 +1,4 @@
-//==- GRCoreEngine.h - Path-Sensitive Dataflow Engine ------------------*- C++ -*-//
+//==- GRCoreEngine.h - Path-Sensitive Dataflow Engine --------------*- C++ -*-//
//
// The LLVM Compiler Infrastructure
//
@@ -25,16 +25,6 @@
namespace clang {
-class GRState;
-class GRStateManager;
-class GRStmtNodeBuilder;
-class GRBranchNodeBuilder;
-class GRIndirectGotoNodeBuilder;
-class GRSwitchNodeBuilder;
-class GREndPathNodeBuilder;
-class GRWorkList;
-class GRCoreEngine;
-
//===----------------------------------------------------------------------===//
/// GRCoreEngine - Implements the core logic of the graph-reachability
/// analysis. It traverses the CFG and generates the ExplodedGraph.
More information about the cfe-commits
mailing list