]> granicus.if.org Git - clang/commit
[analyzer] Don't repeat a bug equivalence class if every report is invalid.
authorJordan Rose <jordan_rose@apple.com>
Sat, 16 Mar 2013 01:07:47 +0000 (01:07 +0000)
committerJordan Rose <jordan_rose@apple.com>
Sat, 16 Mar 2013 01:07:47 +0000 (01:07 +0000)
commit9a9fe4068eed2fc72ec985e5ae393fb79a8fb9ad
tree3f393895684bcd5547ed818d1c7005bb0a9e109e
parent2710ed8fd997be04ff447b8be2190f8fb34ac22b
[analyzer] Don't repeat a bug equivalence class if every report is invalid.

I removed this check in the recursion->iteration commit, but forgot that
generatePathDiagnostic may be called multiple times if there are multiple
PathDiagnosticConsumers.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@177214 91177308-0d34-0410-b5e6-96231b3b80d8
lib/StaticAnalyzer/Core/BugReporter.cpp