diff options
| -rw-r--r-- | clang/include/clang/Analysis/PathSensitive/ExplodedGraph.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/include/clang/Analysis/PathSensitive/ExplodedGraph.h b/clang/include/clang/Analysis/PathSensitive/ExplodedGraph.h index 01266f3964b..5b2ee02c4ae 100644 --- a/clang/include/clang/Analysis/PathSensitive/ExplodedGraph.h +++ b/clang/include/clang/Analysis/PathSensitive/ExplodedGraph.h @@ -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. |

