]> granicus.if.org Git - clang/commitdiff
[analyzer] Remove forward declarations of GenericNodeBuilder
authorAnna Zaks <ganna@apple.com>
Wed, 26 Oct 2011 21:06:25 +0000 (21:06 +0000)
committerAnna Zaks <ganna@apple.com>
Wed, 26 Oct 2011 21:06:25 +0000 (21:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@143058 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h
include/clang/StaticAnalyzer/Core/PathSensitive/SubEngine.h

index 192e1e4bee1bc6923196eb6ecbcbb5d0c3c13922..0bc20662bfbca406948ad1210e431a7071e6ba43 100644 (file)
@@ -42,7 +42,6 @@ class CoreEngine {
   friend struct NodeBuilderContext;
   friend class NodeBuilder;
   friend class CommonNodeBuilder;
-  friend class GenericNodeBuilderImpl;
   friend class IndirectGotoNodeBuilder;
   friend class SwitchNodeBuilder;
   friend class EndOfFunctionNodeBuilder;
index d258b2c8074522a66ee2b21ff4398491c5e127a2..8732addce456ab2e0c72b65bcb6e8ee13291e557 100644 (file)
@@ -26,7 +26,6 @@ class Stmt;
 
 namespace ento {
   
-template <typename PP> class GenericNodeBuilder;
 struct NodeBuilderContext;
 class AnalysisManager;
 class ExplodedNodeSet;