]> granicus.if.org Git - clang/commit
Change BugReporter's usage of IsCachedDiagnostic to only impact pruning diagnostics...
authorTed Kremenek <kremenek@apple.com>
Wed, 4 Apr 2012 00:55:29 +0000 (00:55 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 4 Apr 2012 00:55:29 +0000 (00:55 +0000)
commit88fc18120ca14b82bef695d6440f51e4c468916c
treea0d272e4862a6283c280be8661bde86f9d53cf99
parent74a1a1f0b6f6c4468444196a02c033be521f7d79
Change BugReporter's usage of IsCachedDiagnostic to only impact pruning diagnostics emitted to the
console, and leave it up to PathDiagnosticConsumer to unique reports with the shortest path.

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