[all-commits] [llvm/llvm-project] 22a084: [Analyzer] Report every bug if only uniqueing loca...
Balázs Kéri via All-commits
all-commits at lists.llvm.org
Wed Jul 15 03:17:27 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 22a084cfa337d5e5ea90eba5261f7937e28d250b
https://github.com/llvm/llvm-project/commit/22a084cfa337d5e5ea90eba5261f7937e28d250b
Author: Balázs Kéri <1.int32 at gmail.com>
Date: 2020-07-15 (Wed, 15 Jul 2020)
Changed paths:
M clang/lib/Analysis/PathDiagnostic.cpp
M clang/test/Analysis/malloc.c
M clang/test/Analysis/pr22954.c
Log Message:
-----------
[Analyzer] Report every bug if only uniqueing location differs.
Summary:
Two CSA bug reports where only the uniqueing location is different
should be treated as different problems. The role of uniqueing location
is to differentiate bug reports.
Reviewers: Szelethus, baloghadamsoftware, NoQ, vsavchenko, xazax.hun, martong
Reviewed By: 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/D83115
More information about the All-commits
mailing list