Skip to content
  1. Jul 16, 2008
  2. Jul 15, 2008
  3. Jul 14, 2008
  4. Jul 12, 2008
  5. Jul 11, 2008
  6. Jul 10, 2008
  7. Jul 09, 2008
  8. Jul 08, 2008
    • Ted Kremenek's avatar
      Initial work on splitting the ValueState into an Environment, Store, and · 852ed373
      Ted Kremenek authored
      Constraints. These concepts are already present in the current ValueState, but
      the implementation is monolothic. Making ValueState more modular opens up new
      design choices for customizing the analysis engine.
      
      In the context of the analysis engine, the "Environment" is the binding between
      Expr* (expressions) and intermediate symbolic values (RValues).
      
      llvm-svn: 53252
      852ed373
  9. Jul 07, 2008
  10. Jul 04, 2008
  11. Jul 03, 2008
  12. Jul 02, 2008
  13. Jul 01, 2008
  14. Jun 30, 2008
  15. Jun 27, 2008
  16. Jun 25, 2008
    • Ted Kremenek's avatar
      CF ref checker: · 3185c9c9
      Ted Kremenek authored
      Tracked objects now have their type information tracked with them.
      
      Enhanced summaries for ObjC methods to include the type information of the receiver.
      
      Used the enhanced summaries to support the idiom that NSWindow owns itself (it sends a release message to itself upon close).
      
      Added some comments.
      
      Did some cleanups with the checker logic using operator overloading (reduced redundant code which I was concerned about being the source of bugs).
      
      llvm-svn: 52741
      3185c9c9
  17. Jun 24, 2008
  18. Jun 23, 2008
  19. Jun 21, 2008
  20. Jun 20, 2008
Loading