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

@ -214,6 +214,9 @@ void CppCheck::checkFile(const std::string &code, const char FileName[])
std::istringstream istr(code);
_tokenizer.tokenize(istr, FileName);
}
// Set variable id
_tokenizer.setVarId();
_tokenizer.fillFunctionList();