mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update outdated comments
_errors -> _errorReporter.
This commit is contained in:
@@ -43,7 +43,7 @@ namespace solidity
|
||||
class StaticAnalyzer: private ASTConstVisitor
|
||||
{
|
||||
public:
|
||||
/// @param _errors the reference to the list of errors and warnings to add them found during static analysis.
|
||||
/// @param _errorReporter provides the error logging functionality.
|
||||
explicit StaticAnalyzer(ErrorReporter& _errorReporter): m_errorReporter(_errorReporter) {}
|
||||
|
||||
/// Performs static analysis on the given source unit and all of its sub-nodes.
|
||||
|
||||
Reference in New Issue
Block a user