Skip to content
  1. Oct 17, 2007
  2. Oct 07, 2007
  3. Oct 01, 2007
  4. Sep 28, 2007
  5. Sep 27, 2007
  6. Sep 25, 2007
  7. Sep 20, 2007
  8. Sep 19, 2007
  9. Sep 18, 2007
  10. Sep 17, 2007
  11. Sep 16, 2007
  12. Sep 15, 2007
  13. Sep 14, 2007
    • Steve Naroff's avatar
      · a23cc796
      Steve Naroff authored
      Move Decl::NextDeclarator (w/ setters/getters) down to ScopedDecl/FieldDecl.
      
      Decl is now svelte:-)
      
      llvm-svn: 41935
      a23cc796
  14. Sep 13, 2007
  15. Sep 12, 2007
  16. Sep 11, 2007
    • Ted Kremenek's avatar
      For looking at "dead stores" in declarations, we now check to see · 2f1a79d3
      Ted Kremenek authored
      if the assigned value is a constant expression, e.g.:
      
      int x = 0;
      
      We then check to see if "x" is ever reassigned later.  If so, we don't
      emit a warning.  This is because programmers frequently use defensive
      programming to make sure a variable has a defined value.
      
      llvm-svn: 41853
      2f1a79d3
Loading