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

Method logChecker

lib/checkimpl.cpp:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void CheckImpl::logChecker(const char id[])
69{
70 if (!mSettings.buildDir.empty() || mSettings.collectLogCheckers())
71 reportError(nullptr, Severity::internal, "logChecker", id);
72}

Callers 4

analyseWholeProgramMethod · 0.80
analyseWholeProgramMethod · 0.80
analyseWholeProgramMethod · 0.80
analyseWholeProgramMethod · 0.80

Calls 3

collectLogCheckersMethod · 0.80
reportErrorFunction · 0.70
emptyMethod · 0.45

Tested by

no test coverage detected