forked from OSchip/llvm-project
parent
f81d2c9a06
commit
34eb8bb3bd
|
@ -253,6 +253,8 @@ protected:
|
||||||
}
|
}
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
ExplodedGraph() : CheckerState(new CheckerTy()) {}
|
||||||
|
|
||||||
/// getCheckerState - Returns the internal checker state associated
|
/// getCheckerState - Returns the internal checker state associated
|
||||||
/// with the exploded graph. Ownership remains with the ExplodedGraph
|
/// with the exploded graph. Ownership remains with the ExplodedGraph
|
||||||
/// objecct.
|
/// objecct.
|
||||||
|
|
Loading…
Reference in New Issue