]> granicus.if.org Git - clang/commit
[analyzer] Fix scan-build's -stats mode.
authorJordan Rose <jordan_rose@apple.com>
Thu, 14 Mar 2013 17:18:30 +0000 (17:18 +0000)
committerJordan Rose <jordan_rose@apple.com>
Thu, 14 Mar 2013 17:18:30 +0000 (17:18 +0000)
commit4a374f9a58a5b350ec2e4123b20c9884ed1f5f15
tree319f7cc85772b62b94492a1665cd40e0cc30ad9e
parent374516c8ec4f0fcf5a8b65ef9cf029f862d11096
[analyzer] Fix scan-build's -stats mode.

We were failing to match the output line, which led to us collecting no
stats at all, which led to a divide-by-zero error.

Fixes PR15510.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@177084 91177308-0d34-0410-b5e6-96231b3b80d8
test/Analysis/analyzer-stats.c
tools/scan-build/scan-build