Skip to content
  1. Nov 20, 2007
    • Ted Kremenek's avatar
      Updated CFGStmtVisitor and CFGRecStmtVisitor to have a notion of · 9d0acca9
      Ted Kremenek authored
      "block-expressions" when visiting arbitrary expressions (via calls to
      "Visit()").  This results in a refactoring where a dataflow analysis no
      longer needs to always special case when handling block-expressions versus
      non-block expressions.
      
      Updated LiveVariables and UninitializedValues to conform to the slightly
      altered interface of these visitor classes.
      
      Thanks to Nuno Lopes for providing a test case that illustrated some
      fundamental problems in the current design of the CFGXXXStmtVisitor classes
      and how they were used.
      
      llvm-svn: 44246
      9d0acca9
  2. Oct 17, 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 15, 2007
Loading