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

Method addSuppressionLine

lib/suppressions.cpp:276–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274}
275
276std::string SuppressionList::addSuppressionLine(const std::string &line)
277{
278 try {
279 return addSuppression(parseLine(line));
280 } catch (const std::exception& e) {
281 return e.what();
282 }
283}
284
285std::string SuppressionList::addSuppression(SuppressionList::Suppression suppression)
286{

Callers 11

loadCppcheckCfgMethod · 0.80
parseFromArgsMethod · 0.80
_checkSuppressionMethod · 0.80
suppressionsLine0Method · 0.80
globalSuppressionsMethod · 0.80
suppressionWildcardMethod · 0.80

Calls

no outgoing calls