[all-commits] [llvm/llvm-project] 94a1a5: [analyzer][tests] Fix issue comparison script
Valeriy Savchenko via All-commits
all-commits at lists.llvm.org
Sat Feb 13 02:59:23 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 94a1a5d25f5546019fc5feeb24d924b09b9d27e4
https://github.com/llvm/llvm-project/commit/94a1a5d25f5546019fc5feeb24d924b09b9d27e4
Author: Valeriy Savchenko <vsavchenko at apple.com>
Date: 2021-02-13 (Sat, 13 Feb 2021)
Changed paths:
M clang/utils/analyzer/CmpRuns.py
Log Message:
-----------
[analyzer][tests] Fix issue comparison script
When newer build has duplicate issues the script tried to
remove it from the list more than once. The new approach
changes the way we filter out matching issues.
Differential Revision: https://reviews.llvm.org/D96611
More information about the All-commits
mailing list