Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [analyzer] CmpRuns: move the clang_version info into the run (out of | Anna Zaks | 2012-11-15 | 1 | -7/+15 |
| | | | | | | report) llvm-svn: 168105 | ||||
* | [analyzer] Ensure that CmpRuns recursively walks the output directory. | Anna Zaks | 2012-11-14 | 1 | -39/+40 |
| | | | | llvm-svn: 167981 | ||||
* | [analyzer] CmpRuns: cleanup APIs, allow processing of plists with no | Anna Zaks | 2012-10-17 | 1 | -16/+20 |
| | | | | | | clang_version, fix the compare routine. llvm-svn: 166129 | ||||
* | [analyzer] Expose clang_version in CmpRuns | Anna Zaks | 2012-10-16 | 1 | -2/+3 |
| | | | | llvm-svn: 166048 | ||||
* | [analyzer] CmpRuns - cleaned up the API, added relative path getter | Anna Zaks | 2012-10-15 | 1 | -19/+40 |
| | | | | llvm-svn: 165995 | ||||
* | [analyzer] Ted fixed the plist-html issue, so the assert can go away. | Anna Zaks | 2012-08-24 | 1 | -3/+1 |
| | | | | llvm-svn: 162598 | ||||
* | [analyzer] Unbreak the static analyzer buildbot. | Anna Zaks | 2012-08-17 | 1 | -1/+3 |
| | | | | | | | We no longer associate the correct HTML file with plist diagnostic. Fall out from r162028. llvm-svn: 162071 | ||||
* | [analyzer] CmpRuns should include file name in the issue identifier. | Anna Zaks | 2012-08-02 | 1 | -17/+26 |
| | | | | | | | | | | This prevents us from treating the issues from different files with the same function names and same offsets as the same. The issue identifier now includes the file name. Also added a way to strip off the root directories form the source file names. llvm-svn: 161150 | ||||
* | Un-break standalone invocations of CmpRuns.py. | Jordan Rose | 2012-07-26 | 1 | -1/+1 |
| | | | | | | Fallout from CmpRuns.py API changes in r160314. llvm-svn: 160800 | ||||
* | [analyzer] Make CmpRuns external-user friendly. | Anna Zaks | 2012-07-16 | 1 | -44/+62 |
| | | | | | | | | | CmpRuns can be used for static analyzer bug report comparison. However, we want to make sure external users do not rely on the way bugs are represented (plist files). Make sure that we have a user friendly/documented API for CmpRuns script. llvm-svn: 160314 | ||||
* | [analyzer] Use "issue hash" in CmpRuns; followup on r158180 | Anna Zaks | 2012-06-08 | 1 | -3/+11 |
| | | | | | | | (For the future: It would be more efficient to produce a hash key with the embedded function info inside the compiler.) llvm-svn: 158187 | ||||
* | [analyzer] Add the HTML file to the SATest diagnostic diff. | Anna Zaks | 2012-01-24 | 1 | -3/+4 |
| | | | | | | (Uses the functionality which has been in CmpRuns long before.) llvm-svn: 148868 | ||||
* | [analyzer] Testing: make diagnostic diffs more informative (add | Anna Zaks | 2012-01-24 | 1 | -2/+5 |
| | | | | | | diagnostic message). llvm-svn: 148867 | ||||
* | [analyzer] Testing: Display the number of reported differences in the main log. | Anna Zaks | 2011-11-08 | 1 | -7/+10 |
| | | | | llvm-svn: 144113 | ||||
* | [analyzer] Relax the cmp criteria for analyzer reports. | Anna Zaks | 2011-11-05 | 1 | -1/+1 |
| | | | | | | Until we find out a way to easily find out what changed by looking at the logs. llvm-svn: 143789 | ||||
* | [analyzer] CmpRuns can now optionally delete empty reports. | Anna Zaks | 2011-09-12 | 1 | -5/+7 |
| | | | | llvm-svn: 139550 | ||||
* | [analyzer] CmpRuns.cmpScanBuildResults() should be easy to call from other ↵ | Anna Zaks | 2011-09-12 | 1 | -18/+32 |
| | | | | | | modules. llvm-svn: 139543 | ||||
* | Rename CmpRuns into CmpRuns.py so that it could be used as a module. | Anna Zaks | 2011-09-12 | 1 | -0/+230 |
llvm-svn: 139540 |