Skip to content

Commit 34eb8bb

Browse files
committed
Added missing ctor to ExplodedGraph.
llvm-svn: 46079
1 parent f81d2c9 commit 34eb8bb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clang/include/clang/Analysis/PathSensitive/ExplodedGraph.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,8 @@ class ExplodedGraph : public ExplodedGraphImpl {
253253
}
254254

255255
public:
256+
ExplodedGraph() : CheckerState(new CheckerTy()) {}
257+
256258
/// getCheckerState - Returns the internal checker state associated
257259
/// with the exploded graph. Ownership remains with the ExplodedGraph
258260
/// objecct.

0 commit comments

Comments
 (0)