Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
43
void ErrorReporter::warning(ErrorId _error, std::string const& _description)
44
{
45
error(_error, Error::Type::Warning, SourceLocation(), _description);
46
}
47
48
void ErrorReporter::warning(
49
ErrorId _error,
Callers
15
parserWarning
Method · 0.45
parse
Method · 0.45
assembleYul
Method · 0.45
generateIR
Method · 0.45
checkUninitializedAccess
Method · 0.45
checkUnreachable
Method · 0.45
warnStorageLayoutBaseNearStorageEnd
Method · 0.45
visit
Method · 0.45
visit
Method · 0.45
endVisit
Method · 0.45
typeCheckConstructor
Method · 0.45
checkAccessedMemberFunction
Method · 0.45
Calls
1
SourceLocation
Class · 0.70
Tested by
no test coverage detected