]> granicus.if.org Git - clang/commitdiff
Added missing ctor to ExplodedGraph.
authorTed Kremenek <kremenek@apple.com>
Wed, 16 Jan 2008 18:59:09 +0000 (18:59 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 16 Jan 2008 18:59:09 +0000 (18:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46079 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Analysis/PathSensitive/ExplodedGraph.h

index 01266f3964b7863f7ddcfb9839c7c2e52d904297..5b2ee02c4aefbc687c1969c913735a5479235328 100644 (file)
@@ -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.