Skip to content
  1. Oct 25, 2011
    • Anna Zaks's avatar
      [analyzer] Simplify CheckerContext · b473816b
      Anna Zaks authored
      Remove dead members/parameters: ProgramState, respondsToCallback, autoTransition.
      Remove addTransition method since it's the same as generateNode. Maybe we should
      rename generateNode to genTransition (since a transition is always automatically
      generated)?
      
      llvm-svn: 142946
      b473816b
    • Anna Zaks's avatar
      [analyze] Convert EndOfPath callback to use CheckerContext · 3eae3341
      Anna Zaks authored
      Get rid of the EndOfPathBuilder completely.
      Use the generic NodeBuilder to generate nodes.
      Enqueue the end of path frontier explicitly.
      
      llvm-svn: 142943
      3eae3341
  2. Oct 04, 2011
  3. Aug 16, 2011
  4. Mar 01, 2011
  5. Feb 24, 2011
  6. Feb 23, 2011
    • Argyrios Kyrtzidis's avatar
      [analyzer] Refactor EndOfFunctionNodeBuilder. · f1b5d1f0
      Argyrios Kyrtzidis authored
      -Introduce EndOfFunctionNodeBuilder::withCheckerTag to allow it be "specialized" with a
       checker tag and not require the checkers to pass a tag.
      -For EndOfFunctionNodeBuilder::generateNode, reverse the order of tag/P parameters since
       there are actual calls that assume the second parameter is ExplodedNode.
      
      llvm-svn: 126332
      f1b5d1f0
  7. Feb 17, 2011
  8. Feb 15, 2011
  9. Feb 10, 2011
  10. Feb 08, 2011
  11. Jan 13, 2011
  12. Jan 11, 2011
  13. Dec 23, 2010
  14. Dec 22, 2010
  15. Dec 20, 2010
  16. Dec 02, 2010
  17. Dec 01, 2010
  18. Sep 07, 2010
  19. Sep 03, 2010
  20. Aug 22, 2010
  21. Aug 06, 2010
  22. Jul 23, 2010
  23. Jul 22, 2010
  24. Jul 19, 2010
  25. Jun 24, 2010
  26. Jun 22, 2010
  27. Jun 18, 2010
  28. Jun 16, 2010
Loading