AutoRefAssignmentCheck

Checks for assignment to auto-ref function parameters.

Constructors

this
this(string fileName)

Members

Aliases

visit
alias visit = BaseAnalyzer.visit
Undocumented in source.

Functions

visit
void visit(Module m)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(FunctionDeclaration func)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(Parameter param)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(IdentifierOrTemplateInstance ioti)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(AssignExpression assign)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(IdentifierChain ic)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From BaseAnalyzer

messages
Message[] messages()
Undocumented in source. Be warned that the author may not have intended to support it.
inAggregate
bool inAggregate;
Undocumented in source.
visitTemplate
template visitTemplate(T)
Undocumented in source.
addErrorMessage
void addErrorMessage(size_t line, size_t column, string key, string message)
Undocumented in source. Be warned that the author may not have intended to support it.
fileName
string fileName;

The file name

sc
const(Scope)* sc;
Undocumented in source.
_messages
MessageSet _messages;
Undocumented in source.

Meta