Skip to content
  1. Feb 20, 2012
    • Anna Zaks's avatar
      [analyzer] Turn on by default the Malloc Checker and a couple of CString · 0cdce4df
      Anna Zaks authored
      checks:
      
      - unix.Malloc - Checks for memory leaks, double free, use-after-free.
      - unix.cstring.NullArg - Checks for null pointers passed as arguments to
      CString functions + evaluates CString functions.
      - unix.cstring.BadSizeArg - Checks for common anti-patterns in
      strncat size argument.
      
      llvm-svn: 150988
      0cdce4df
  2. Feb 11, 2012
  3. Feb 09, 2012
  4. Feb 07, 2012
  5. Feb 04, 2012
  6. Jan 31, 2012
  7. Jan 30, 2012
  8. Jan 26, 2012
  9. Jan 20, 2012
  10. Jan 04, 2012
  11. Dec 08, 2011
  12. Dec 05, 2011
  13. Nov 16, 2011
  14. Nov 05, 2011
  15. Oct 25, 2011
  16. Sep 02, 2011
    • Jordy Rose's avatar
      [analyzer] Move the knowledge of whether or not GC is enabled for the current... · c49ec53e
      Jordy Rose authored
      [analyzer] Move the knowledge of whether or not GC is enabled for the current analysis from CFRefCount to ExprEngine.
      
      Remove TransferFuncs from ExprEngine and AnalysisConsumer.
      
      Demote RetainReleaseChecker to a regular checker, and give it the name osx.cocoa.RetainCount (class name change coming shortly). Update tests accordingly.
      
      llvm-svn: 138998
      c49ec53e
  17. Aug 16, 2011
  18. Aug 04, 2011
  19. Aug 03, 2011
  20. Aug 02, 2011
  21. Jun 14, 2011
  22. Apr 30, 2011
  23. Mar 29, 2011
  24. Mar 26, 2011
  25. Mar 24, 2011
  26. Mar 13, 2011
  27. Mar 12, 2011
  28. Feb 28, 2011
Loading