cppcheck : Set variable ids
This commit is contained in:
parent
68bcdb103c
commit
a4a55553f8
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue