Skip to content

Commit d636a83

Browse files
committed
Tokenizer: Assign Token 'progressValue' before returning so they are set properly when the checks are run
1 parent bb802c0 commit d636a83

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

lib/tokenize.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4520,8 +4520,10 @@ bool Tokenizer::simplifyTokenList1(const char FileName[])
45204520

45214521
SimplifyNamelessRValueReferences();
45224522

4523-
45244523
validate();
4524+
4525+
Token::assignProgressValues(list.front());
4526+
45254527
return true;
45264528
}
45274529

0 commit comments

Comments
 (0)