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

Method invalidSuppression

lib/preprocessor.cpp:1062–1065  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1060}
1061
1062void Preprocessor::invalidSuppression(const simplecpp::Location& loc, const std::string &msg)
1063{
1064 error(loc, msg, "invalidSuppression");
1065}
1066
1067void Preprocessor::getErrorMessages(ErrorLogger &errorLogger, const Settings &settings)
1068{

Callers 1

getErrorMessagesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected