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

Method getAddonsAndTools

gui/projectfile.cpp:1086–1094  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1084}
1085
1086QStringList ProjectFile::getAddonsAndTools() const
1087{
1088 QStringList ret(mAddons);
1089 if (mClangAnalyzer)
1090 ret << CLANG_ANALYZER;
1091 if (mClangTidy)
1092 ret << CLANG_TIDY;
1093 return ret;
1094}
1095
1096void ProjectFile::SafeChecks::loadFromXml(QXmlStreamReader &xmlReader)
1097{

Callers 3

doAnalyzeProjectMethod · 0.80
doAnalyzeFilesMethod · 0.80
analyzeProjectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected