ValueType: Set ValueType info in simplified token list
This commit is contained in:
parent
7edb1bc2e2
commit
6f1af2cf0a
|
@ -3801,6 +3801,7 @@ bool Tokenizer::simplifyTokenList2()
|
|||
|
||||
// Create symbol database and then remove const keywords
|
||||
createSymbolDatabase();
|
||||
SymbolDatabase::setValueTypeInTokenList(list.front(), isCPP(), _settings->defaultSign, &_settings->library);
|
||||
simplifyPointerConst();
|
||||
|
||||
ValueFlow::setValues(&list, _symbolDatabase, _errorLogger, _settings);
|
||||
|
|
Loading…
Reference in New Issue