aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Analysis/PathSensitive/ExplodedGraph.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/Analysis/PathSensitive/ExplodedGraph.h')
-rw-r--r--include/clang/Analysis/PathSensitive/ExplodedGraph.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/clang/Analysis/PathSensitive/ExplodedGraph.h b/include/clang/Analysis/PathSensitive/ExplodedGraph.h
index 9f11cc9a0a..d5e3586a24 100644
--- a/include/clang/Analysis/PathSensitive/ExplodedGraph.h
+++ b/include/clang/Analysis/PathSensitive/ExplodedGraph.h
@@ -29,7 +29,7 @@
namespace clang {
class GRState;
-class GRCoreEngineImpl;
+class GRCoreEngine;
class ExplodedNode;
class CFG;
class ASTContext;
@@ -49,7 +49,7 @@ class GREndPathNodebuilderImpl;
class ExplodedNode : public llvm::FoldingSetNode {
protected:
friend class ExplodedGraph;
- friend class GRCoreEngineImpl;
+ friend class GRCoreEngine;
friend class GRStmtNodeBuilderImpl;
friend class GRBranchNodeBuilderImpl;
friend class GRIndirectGotoNodeBuilderImpl;
@@ -206,7 +206,7 @@ public:
class ExplodedGraph {
protected:
- friend class GRCoreEngineImpl;
+ friend class GRCoreEngine;
friend class GRStmtNodeBuilderImpl;
friend class GRBranchNodeBuilderImpl;
friend class GRIndirectGotoNodeBuilderImpl;