]> granicus.if.org Git - clang/commit
Fix bug in BugReporter::RemoveUneededCalls() where "prunable"
authorTed Kremenek <kremenek@apple.com>
Sat, 8 Sep 2012 07:18:18 +0000 (07:18 +0000)
committerTed Kremenek <kremenek@apple.com>
Sat, 8 Sep 2012 07:18:18 +0000 (07:18 +0000)
commit22505ef15e32db31a4f834a387cf73a913bc8f66
treecbd679eaa74ebd8f5cfa35e6df75d71b3c9a6790
parente5f0588840b20897631cc8110344fd2745ef4caa
Fix bug in BugReporter::RemoveUneededCalls() where "prunable"
PathDiagnosticEventPieces were *always* pruned.  Instead, they
are suppose to only be pruned if the entire call gets pruned.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@163460 91177308-0d34-0410-b5e6-96231b3b80d8
lib/StaticAnalyzer/Core/BugReporter.cpp
lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
test/Analysis/malloc-plist.c
test/Analysis/plist-output-alternate.m
test/Analysis/plist-output.m
test/Analysis/retain-release.m