[all-commits] [llvm/llvm-project] 65fd65: [Analyzer][StreamChecker] Use BugType::SuppressOnS...
Balázs Kéri via All-commits
all-commits at lists.llvm.org
Thu Jul 23 02:51:06 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 65fd651980a8ad965363807cc334c513e4c8ffe4
https://github.com/llvm/llvm-project/commit/65fd651980a8ad965363807cc334c513e4c8ffe4
Author: Balázs Kéri <1.int32 at gmail.com>
Date: 2020-07-23 (Thu, 23 Jul 2020)
Changed paths:
M clang/lib/StaticAnalyzer/Checkers/StreamChecker.cpp
M clang/test/Analysis/stream.c
Log Message:
-----------
[Analyzer][StreamChecker] Use BugType::SuppressOnSink at resource leak report.
Summary:
Use the built-in functionality BugType::SuppressOnSink
instead of a manual solution in StreamChecker.
Differential Revision: https://reviews.llvm.org/D83120
More information about the All-commits
mailing list