[PATCH] D10305: [Clang Static Analyzer] Bug identification
Anna Zaks via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 10 15:36:43 PDT 2015
zaks.anna added a comment.
honggyu.kim,
You are right, CmpRuns.py does not work with HTML files.
The list of HTML reports is produced by scan-build and there is no facility there to search for newly generated reports. It is also not clear that there should be one HTML file per report. This is what we have now but the current approach does not scale well for large files with numerous reports (since we create a copy of the file for each report.) We do not have a proper design for issue uniquing with HTML interface in tree.
http://reviews.llvm.org/D10305
More information about the cfe-commits
mailing list