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