From: Ted Kremenek Date: Wed, 27 Apr 2011 23:43:27 +0000 (+0000) Subject: Update regex in scan-build for parsing statistics. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6bdda82234ff106d561dc8c0ce5ca48b97726bbf;p=clang Update regex in scan-build for parsing statistics. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@130347 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/scan-build/scan-build b/tools/scan-build/scan-build index ae96bd09a6..f835ca3520 100755 --- a/tools/scan-build/scan-build +++ b/tools/scan-build/scan-build @@ -290,7 +290,7 @@ sub AddStatLine { print $Line . "\n"; my $Regex = qr/(.*?)\ :\ (.*?)\ ->\ Total\ CFGBlocks:\ (\d+)\ \|\ Unreachable - \ CFGBlocks:\ (\d+)\ \|\ Aborted\ Block:\ (yes|no)\ \|\ Empty\ WorkList: + \ CFGBlocks:\ (\d+)\ \|\ Exhausted\ Block:\ (yes|no)\ \|\ Empty\ WorkList: \ (yes|no)/x; if ($Line !~ $Regex) {