From 6bdda82234ff106d561dc8c0ce5ca48b97726bbf Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Wed, 27 Apr 2011 23:43:27 +0000 Subject: [PATCH] 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 --- tools/scan-build/scan-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.50.1