summaryrefslogtreecommitdiffstats
path: root/clang/lib/Checker/AnalyzerStatsChecker.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Added AnalyzerStatsChecker, a path sensitive check that reports visitation ↵Tom Care2010-09-101-0/+104
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
OpenPOWER on IntegriCloud