[analyzer] Eliminated endless loop.

llvm-svn: 223426
This commit is contained in:
Anton Yartsev 2014-12-05 00:59:07 +00:00
parent 56a31a304d
commit a466a93ffe
1 changed files with 1 additions and 0 deletions

View File

@ -1533,6 +1533,7 @@ while (@ARGV) {
}
if ($arg eq "-no-failure-reports") {
shift @ARGV;
$ENV{"CCC_REPORT_FAILURES"} = 0;
next;
}