[PATCH] D82845: [Analyzer][StreamChecker] Report every leak, clean up state.
Kristóf Umann via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 30 09:44:43 PDT 2020
Szelethus added a comment.
In D82845#2122984 <https://reviews.llvm.org/D82845#2122984>, @balazske wrote:
> I checked it with simple debug print, the `LeakedSyms` will contain 2 items with different `StreamOpenNode`. So I think these should be independent problem reports for the bug reporter.
It would still be beneficial to check the exploded graph to see whether it was constructed correctly, find the error nodes, etc. Have you tried modifying the warning message? That is considered during uniquing.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82845/new/
https://reviews.llvm.org/D82845
More information about the cfe-commits
mailing list