cppcheck : Set variable ids

This commit is contained in:
Daniel Marjamäki 2008-12-09 07:27:39 +00:00
parent 68bcdb103c
commit a4a55553f8
1 changed files with 3 additions and 0 deletions

View File

@ -215,6 +215,9 @@ void CppCheck::checkFile(const std::string &code, const char FileName[])
_tokenizer.tokenize(istr, FileName);
}
// Set variable id
_tokenizer.setVarId();
_tokenizer.fillFunctionList();
// Check that the memsets are valid.