cppcheck : Set variable ids
This commit is contained in:
parent
68bcdb103c
commit
a4a55553f8
|
@ -215,6 +215,9 @@ void CppCheck::checkFile(const std::string &code, const char FileName[])
|
||||||
_tokenizer.tokenize(istr, FileName);
|
_tokenizer.tokenize(istr, FileName);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Set variable id
|
||||||
|
_tokenizer.setVarId();
|
||||||
|
|
||||||
_tokenizer.fillFunctionList();
|
_tokenizer.fillFunctionList();
|
||||||
|
|
||||||
// Check that the memsets are valid.
|
// Check that the memsets are valid.
|
||||||
|
|
Loading…
Reference in New Issue