ValueType: Set ValueType info in simplified token list

This commit is contained in:
Daniel Marjamäki 2016-05-08 17:57:26 +02:00
parent 7edb1bc2e2
commit 6f1af2cf0a
1 changed files with 1 additions and 0 deletions

View File

@ -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);