[PATCH] Include checker name in Static Analyzer PLIST output

Gábor Horváth xazax.hun at gmail.com
Mon Jan 5 11:09:25 PST 2015


Hi Anna,

I was working on tools, that made it more user friendly to use the static
analyzer. One of the features was to mark what are the reports that are new
in a revision. To identify reports, we calculated a hash of the environment
of the final position of the report and the name of the checker. We found
it to be more robust to use the checker names, for that reason, because
they are less likely to change. (Changing either type or category would
mean that all of the hashes would change for that checker and our tool
would report all of its output as new.) We also stored the reports in a
database, and the name of the checker was a natural filtering/sorting
option.

Regards,
Gábor

On 5 January 2015 at 20:00, Anna Zaks <zaks.anna at gmail.com> wrote:

> Could you provide more information on how these would be used? The idea is
> that the "category" and "type" should provide sufficient information to
> categorize the bugs.
>
>
> http://reviews.llvm.org/D6841
>
> EMAIL PREFERENCES
>   http://reviews.llvm.org/settings/panel/emailpreferences/
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150105/80581cf3/attachment.html>


More information about the cfe-commits mailing list