[PATCH] D94177: [analyze] Add better support for leaks (and similar diagnostics)
Valeriy Savchenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 6 07:16:03 PST 2021
vsavchenko created this revision.
vsavchenko added reviewers: NoQ, xazax.hun, jkorous, aaron.ballman, martong, Szelethus, steakhal.
Herald added subscribers: Charusso, rnkovacs.
vsavchenko requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
In addition to the actual bug location, we can check if the uniqueing
location has user-provided suppressions.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D94177
Files:
clang/include/clang/StaticAnalyzer/Core/BugReporter/BugSuppression.h
clang/lib/StaticAnalyzer/Core/BugReporter.cpp
clang/lib/StaticAnalyzer/Core/BugSuppression.cpp
clang/test/Analysis/suppression-attr.m
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94177.314889.patch
Type: text/x-patch
Size: 4948 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210106/0c682650/attachment-0001.bin>
More information about the cfe-commits
mailing list