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

Method reportErr

lib/analyzerinfo.cpp:202–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200}
201
202void AnalyzerInformation::reportErr(const ErrorMessage &msg)
203{
204 if (mOutputStream.is_open())
205 mOutputStream << msg.toXML() << '\n';
206}
207
208void AnalyzerInformation::setFileInfo(const std::string &check, const std::string &fileInfo)
209{

Callers 15

analyseWholeProgramMethod · 0.45
analyseWholeProgram1Method · 0.45
reportErrorMethod · 0.45
debugSymbolDatabaseMethod · 0.45
debugMessageMethod · 0.45
simplifyTemplatesMethod · 0.45
bailoutInternalFunction · 0.45

Calls 1

toXMLMethod · 0.80

Tested by

no test coverage detected