[all-commits] [llvm/llvm-project] e935a5: [Analyzer][StreamChecker] Add note tags for file o...
Balázs Kéri via All-commits
all-commits at lists.llvm.org
Mon Jun 22 02:14:09 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e935a540ea29d5de297595801aed1fb70fabfbf6
https://github.com/llvm/llvm-project/commit/e935a540ea29d5de297595801aed1fb70fabfbf6
Author: Balázs Kéri <1.int32 at gmail.com>
Date: 2020-06-22 (Mon, 22 Jun 2020)
Changed paths:
M clang/lib/StaticAnalyzer/Checkers/StreamChecker.cpp
A clang/test/Analysis/stream-note.c
M clang/test/Analysis/stream.c
M clang/test/Analysis/stream.cpp
Log Message:
-----------
[Analyzer][StreamChecker] Add note tags for file opening.
Summary:
Bug reports of resource leak are now improved.
If there are multiple resource leak paths for the same stream,
only one wil be reported.
Reviewers: Szelethus, xazax.hun, baloghadamsoftware, NoQ
Reviewed By: Szelethus, NoQ
Subscribers: NoQ, rnkovacs, xazax.hun, baloghadamsoftware, szepet, a.sidorin, mikhail.ramalho, Szelethus, donat.nagy, dkrupp, gamesh411, Charusso, martong, ASDenysPetrov, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D81407
More information about the All-commits
mailing list