[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)
commit53159311057b0d977f2bf11a93ec0577af534c03
tree514c4b38f5d4e9268717431e022ad43947cf1247
parent50b5ee50238fbd8ea5633204a21723825786c00c
[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.

llvm-svn: 177214
clang/lib/StaticAnalyzer/Core/BugReporter.cpp