Skip to content
  1. Feb 07, 2008
    • Ted Kremenek's avatar
      Added several guards in transfer functions for "InvalidValues". · 88da1de0
      Ted Kremenek authored
      Fixed bug in RemoveDeadBindings by implementing a simple "mark-and-sweep"
      cleaner over the bindings, starting from the Decls and block-level expressions
      that are considered "live" by the Liveness analysis.
      
      Fixed bug in isa<> implementation for class LValue.
      
      Added "VisitDeclRefExpr" to GRConstants so that we explicitly bind the current
      value of variable to the Block-level Expression (i.e., when the DeclRefExpr is
      at the CFGBlock level).
      
      llvm-svn: 46839
      88da1de0
    • Ted Kremenek's avatar
      Added transfer function logic for ReturnStmts. · 43523e0f
      Ted Kremenek authored
      Fixed insidious bug in handling dereferences.
      
      llvm-svn: 46835
      43523e0f
  2. Feb 06, 2008
  3. Feb 05, 2008
  4. Feb 04, 2008
  5. Feb 01, 2008
  6. Jan 31, 2008
  7. Jan 30, 2008
  8. Jan 29, 2008
  9. Jan 28, 2008
Loading