Skip to content
  1. Mar 22, 2012
  2. Feb 05, 2012
  3. Feb 04, 2012
  4. Jan 28, 2012
  5. Oct 24, 2011
  6. Oct 14, 2011
  7. Sep 20, 2011
    • Anna Zaks's avatar
      [analyzer] Refactor PathDiagnosticLocation: Make... · c29bed39
      Anna Zaks authored
      [analyzer] Refactor PathDiagnosticLocation: Make PathDiagnosticLocation(SourceLocation...) private. Most of the effort here goes to making BugReport refer to a PathDiagnosticLocation instead of FullSourceLocation. 
      
      (Another step closer to the goal of having Diagnostics which can recover from invalid SourceLocations.)
      
      llvm-svn: 140182
      c29bed39
  8. Apr 02, 2011
  9. Mar 01, 2011
  10. Feb 28, 2011
  11. Feb 10, 2011
  12. Feb 08, 2011
  13. Dec 23, 2010
  14. Dec 22, 2010
  15. Nov 12, 2010
  16. Sep 30, 2010
    • Tom Care's avatar
      AnalyzerStatsChecker improvements: · 2f0419e1
      Tom Care authored
      - Use BlockEntrance rather than BlockEdge to bring in line with UnreachableCodeChecker. Fixes an issue where unreached blocks would still be counted as reachable.
      - Added warnings for all BlockAborted locations. This allows us to see where the analyzer stopped analyzing.
      
      llvm-svn: 115110
      2f0419e1
  17. Sep 22, 2010
  18. Sep 10, 2010
    • Tom Care's avatar
      Added AnalyzerStatsChecker, a path sensitive check that reports visitation... · 4545b2df
      Tom Care authored
      Added AnalyzerStatsChecker, a path sensitive check that reports visitation statistics about analysis. Running clang with the -analyzer-stats flag will emit warnings containing the information. We can then run a postanalysis script to take this data and give useful information about how much the analyzer missed in a project.
      
      llvm-svn: 113568
      4545b2df
Loading