[PATCH] D81407: [Analyzer][StreamChecker] Add note tags for file opening.
Kristóf Umann via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 8 10:30:22 PDT 2020
Szelethus added a comment.
> If there are multiple resource leak paths for the same stream, only one wil be reported.
What is the rationale behind this? Do all leaks from the same opening describe the same kind of error? Is this based on observations on a codebase? I'm not against it -- but nor am I immediately for it. Otherwise LGTM.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81407/new/
https://reviews.llvm.org/D81407
More information about the cfe-commits
mailing list