Further reduce "-fsyntax-only -Wuninitialized" time on sqlite3.c by another 2.5%...
authorTed Kremenek <kremenek@apple.com>
Sat, 17 Nov 2012 07:18:30 +0000 (07:18 +0000)
committerTed Kremenek <kremenek@apple.com>
Sat, 17 Nov 2012 07:18:30 +0000 (07:18 +0000)
commit778a6ed358619ae93f73e01ae56ec2dffd932ecc
treed112a7fef602acef159fa544565ba838077b7d82
parent15443ee70ff73103e233d765e0aeec4541c367b7
Further reduce "-fsyntax-only -Wuninitialized" time on sqlite3.c by another 2.5% using intelligent pruning of blocks during the final reporting pass.

llvm-svn: 168257
clang/lib/Analysis/UninitializedValues.cpp