]> granicus.if.org Git - clang/commit
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)
commiteba76a4379997f66f8114eb7e63206a5932b1be8
treef8601ebb0b253a7bfd7d4a3d79072438c1e8c8a6
parentc1602581f7a4eab486489f09647d724ce35d3f23
Further reduce "-fsyntax-only -Wuninitialized" time on sqlite3.c by another 2.5% using intelligent pruning of blocks during the final reporting pass.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@168257 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/UninitializedValues.cpp