aboutsummaryrefslogtreecommitdiff
path: root/include/clang
diff options
context:
space:
mode:
authorZhongxing Xu <xuzhongxing@gmail.com>2009-08-12 02:23:28 +0000
committerZhongxing Xu <xuzhongxing@gmail.com>2009-08-12 02:23:28 +0000
commit2ddde27ac627a1daf85edcf16e13eedc3b688984 (patch)
tree9d3fdd912b25ccbb0204db8197fbf840391b830b /include/clang
parenta88dc3079bedf70a5cfc39791727e43a10383006 (diff)
Remove redundant forward declarations.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@78781 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang')
-rw-r--r--include/clang/Analysis/PathSensitive/GRCoreEngine.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/include/clang/Analysis/PathSensitive/GRCoreEngine.h b/include/clang/Analysis/PathSensitive/GRCoreEngine.h
index 4c04c814d9..e26f376a36 100644
--- a/include/clang/Analysis/PathSensitive/GRCoreEngine.h
+++ b/include/clang/Analysis/PathSensitive/GRCoreEngine.h
@@ -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.