MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / runChecks

Method runChecks

lib/checkleakautovar.cpp:1281–1285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1279}
1280
1281void CheckLeakAutoVar::runChecks(const Tokenizer &tokenizer, ErrorLogger& errorLogger)
1282{
1283 CheckLeakAutoVarImpl checkLeakAutoVar(&tokenizer, tokenizer.getSettings(), errorLogger);
1284 checkLeakAutoVar.check();
1285}
1286
1287void CheckLeakAutoVar::getErrorMessages(ErrorLogger& errorLogger, const Settings &settings) const
1288{

Callers

nothing calls this directly

Calls 1

checkMethod · 0.45

Tested by

no test coverage detected