From: Anna Zaks Date: Wed, 26 Oct 2011 21:06:25 +0000 (+0000) Subject: [analyzer] Remove forward declarations of GenericNodeBuilder X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1d08123ae7ba455fff8c61fb546521ef95496f08;p=clang [analyzer] Remove forward declarations of GenericNodeBuilder git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@143058 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h b/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h index 192e1e4bee..0bc20662bf 100644 --- a/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h +++ b/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h @@ -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; diff --git a/include/clang/StaticAnalyzer/Core/PathSensitive/SubEngine.h b/include/clang/StaticAnalyzer/Core/PathSensitive/SubEngine.h index d258b2c807..8732addce4 100644 --- a/include/clang/StaticAnalyzer/Core/PathSensitive/SubEngine.h +++ b/include/clang/StaticAnalyzer/Core/PathSensitive/SubEngine.h @@ -26,7 +26,6 @@ class Stmt; namespace ento { -template class GenericNodeBuilder; struct NodeBuilderContext; class AnalysisManager; class ExplodedNodeSet;