[analyzer][tests] Fix issue comparison script
authorValeriy Savchenko <vsavchenko@apple.com>
Fri, 12 Feb 2021 16:47:24 +0000 (19:47 +0300)
committerValeriy Savchenko <vsavchenko@apple.com>
Sat, 13 Feb 2021 10:58:47 +0000 (13:58 +0300)
commit94a1a5d25f5546019fc5feeb24d924b09b9d27e4
tree5ee101f2f1f140900159ac2f380c56463e08973a
parentf042fd46b527bea97dfa1e09558700173b70405e
[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
clang/utils/analyzer/CmpRuns.py