clang's static analysis emits a set of HTML pages that step through clang's analysis of the code. It would be very useful to incorporate these into warnings-ng's presentation of the issues.
The pages are written to a directory under /tmp; the full path is printed (by scan-build) at the end of the build log.
Here are the two output types that scan-build can output. plist and html It appears plist is an XML format so is likely to be the preferable option. Unfortunately it appears to make a lot of files for a single pass
Here are the two output types that scan-build can output. plist and html It appears plist is an XML format so is likely to be the preferable option. Unfortunately it appears to make a lot of files for a single pass