MCPcopy Create free account
hub / github.com/argotorg/solidity / warning

Method warning

liblangutil/ErrorReporter.cpp:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void ErrorReporter::warning(ErrorId _error, std::string const& _description)
44{
45 error(_error, Error::Type::Warning, SourceLocation(), _description);
46}
47
48void ErrorReporter::warning(
49 ErrorId _error,

Callers 15

parserWarningMethod · 0.45
parseMethod · 0.45
assembleYulMethod · 0.45
generateIRMethod · 0.45
checkUnreachableMethod · 0.45
visitMethod · 0.45
visitMethod · 0.45
endVisitMethod · 0.45
typeCheckConstructorMethod · 0.45

Calls 1

SourceLocationClass · 0.70

Tested by

no test coverage detected