CheckBufferOverrun: report progress. Ticket: #1868
This commit is contained in:
parent
b8146271a2
commit
19e26c3b80
|
@ -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))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue