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

Method reanalyze

lib/vf_analyzers.cpp:1237–1241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1235
1236private:
1237 ValuePtr<Analyzer> reanalyze(Token* tok, const std::string& msg) const override {
1238 ValueFlow::Value newValue = value;
1239 newValue.errorPath.emplace_back(tok, msg);
1240 return makeAnalyzer(tok, std::move(newValue), settings);
1241 }
1242};
1243
1244struct ExpressionAnalyzer : SingleValueFlowAnalyzer {

Callers

nothing calls this directly

Calls 1

makeAnalyzerFunction · 0.85

Tested by

no test coverage detected