Skip to content
  1. Oct 26, 2011
  2. 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
  3. Sep 02, 2011
  4. Aug 20, 2011
    • Anna Zaks's avatar
      Static Analyzer Diagnostics: Kill the addVisitorCreator(callbackTy, void*) API... · f86615ca
      Anna Zaks authored
      Static Analyzer Diagnostics: Kill the addVisitorCreator(callbackTy, void*) API in favor of addVisitor(BugReporterVisitor*).
      
      1) Create a header file to expose the predefined visitors. And move the parent(BugReporterVisitor) there as well.
      
      2) Remove the registerXXXVisitor functions - the Visitor constructors/getters can be used now to create the object. One exception is registerVarDeclsLastStore(), which registers more then one visitor, so make it static member of FindLastStoreBRVisitor.
      
      3) Modify all the checkers to use the new API.
      
      llvm-svn: 138126
      f86615ca
  5. Aug 18, 2011
    • Anna Zaks's avatar
      Remove EnhancedBugReport and RangedBugReport - pull all the extra... · 3a6bdf8f
      Anna Zaks authored
      Remove EnhancedBugReport and RangedBugReport - pull all the extra functionality they provided into their parent BugReport. The only functional changes are: made getRanges() non const - it adds default range to Ranges if none are supplied, made getStmt() private, which was another FIXME.
      
      llvm-svn: 137894
      3a6bdf8f
  6. Aug 16, 2011
  7. Jul 15, 2011
  8. Mar 01, 2011
  9. Feb 23, 2011
  10. Feb 17, 2011
  11. Feb 15, 2011
  12. Feb 10, 2011
  13. Feb 08, 2011
  14. Dec 23, 2010
  15. Dec 22, 2010
  16. Dec 20, 2010
  17. Dec 02, 2010
  18. Dec 01, 2010
  19. Nov 17, 2010
  20. Nov 16, 2010
  21. Aug 25, 2010
  22. Apr 09, 2010
  23. Apr 08, 2010
  24. Mar 27, 2010
  25. Feb 25, 2010
Loading