зеркало из https://github.com/microsoft/clang.git
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
This commit is contained in:
Родитель
a459cc26f6
Коммит
6bdda82234
|
@ -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) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче