Skip to content
  1. Mar 09, 2008
  2. Mar 08, 2008
  3. Mar 07, 2008
    • Ted Kremenek's avatar
      Increased worklist limit for GRSimpleVals. · 0440494b
      Ted Kremenek authored
      llvm-svn: 48037
      0440494b
    • Ted Kremenek's avatar
      Added --trim-path-graph to the driver to trim paths from the ExplodedGraph · 2bdd7769
      Ted Kremenek authored
      that are not related to error nodes.
      
      Fixed bug where we did not detect some NULL dereferences.
      
      Added "ExplodedGraph::Trim" to trim all nodes that cannot transitively reach
      a set of provided nodes.
      
      Fixed subtle bug in ExplodedNodeImpl where we could create predecessor
      iterators that included the mangled "sink" bit.  The better fix is to integrate
      this bit into the void* for the wrapped State, not the NodeGroups representing
      a node's predecessors and successors.
      
      llvm-svn: 48036
      2bdd7769
Loading