Tokenizer: Assign Token 'progressValue' before returning so they are set properly when the checks are run
This commit is contained in:
parent
bb802c0c63
commit
d636a83f8b
|
@ -4520,8 +4520,10 @@ bool Tokenizer::simplifyTokenList1(const char FileName[])
|
|||
|
||||
SimplifyNamelessRValueReferences();
|
||||
|
||||
|
||||
validate();
|
||||
|
||||
Token::assignProgressValues(list.front());
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue