CheckBufferOverrun: report progress. Ticket: #1868

This commit is contained in:
Daniel Marjamäki 2010-07-24 20:54:42 +02:00
parent b8146271a2
commit 19e26c3b80
1 changed files with 2 additions and 0 deletions

View File

@ -980,6 +980,8 @@ void CheckBufferOverrun::checkGlobalAndLocalVariable()
if (tok->previous() && (!tok->previous()->isName() && !Token::Match(tok->previous(), "[;{}]")))
continue;
_errorLogger->ReportProgress("CheckBufferOverrun::checkGlobalAndLocalVariable", tok);
ArrayInfo arrayInfo;
if (arrayInfo.declare(tok, *_tokenizer))
{