Skip to content
  1. Apr 21, 2009
  2. Apr 20, 2009
  3. Apr 18, 2009
  4. Apr 11, 2009
  5. Apr 10, 2009
  6. Apr 09, 2009
  7. Apr 08, 2009
  8. Apr 07, 2009
    • Ted Kremenek's avatar
      Remove hack from LiveVariables analysis where variables whose address are taken · 4d947fac
      Ted Kremenek authored
      are considered 'live'. This hack isn't needed anymore because we have a
      separation in the path-sensitive analyzer between variable names and bindings;
      the analyzer can continue to reason about the storage of a variable after its
      name is no longer directly referenced.  Now the live variables analysis literally means "is this name live".
      
      Along this line, update the dead stores checker to explicitly look for variables
      whose values have escaped.
      
      llvm-svn: 68504
      4d947fac
Loading