This is an archive of the discontinued LLVM Phabricator instance.

[analyze] Add better support for leaks (and similar diagnostics)
AbandonedPublic

Authored by vsavchenko on Jan 6 2021, 7:16 AM.

Details

Summary

In addition to the actual bug location, we can check if the uniqueing
location has user-provided suppressions.

Diff Detail

Event Timeline

vsavchenko created this revision.Jan 6 2021, 7:16 AM
vsavchenko requested review of this revision.Jan 6 2021, 7:16 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 6 2021, 7:16 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
vsavchenko abandoned this revision.Jan 20 2021, 5:05 AM

This change was squashed into https://reviews.llvm.org/D93110

For the record, please rename this revision to have the analyzer tag.