Skip to content
  1. Mar 10, 2008
    • Ted Kremenek's avatar
      More cleanups with using the liveness analysis to removed dead symbols and · b73a43cc
      Ted Kremenek authored
      variables from the symbolic state. Now we keep a mapping from the predecessor
      node of a statement and its cleaned state, and interpose an accessor
      "GetState()" to return the cleaned state when the node is the predecessor node,
      and the real state otherwise. This obviates problem of ever accidentally
      cleaning the state more than once (thus blowing away new bindings by mistake).
      
      llvm-svn: 48124
      b73a43cc
  2. Mar 09, 2008
  3. Mar 07, 2008
  4. Mar 05, 2008
  5. Mar 04, 2008
  6. Mar 03, 2008
  7. Mar 01, 2008
  8. Feb 29, 2008
  9. Feb 28, 2008
  10. Feb 27, 2008
  11. Feb 26, 2008
Loading