- visit
void visit(const(FunctionDeclaration) decl)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
void visit(const(ReturnStatement) rst)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
void visit(const(AssertArguments) exp)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
void visit(const(MixinExpression) mix)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
void visit(const(PrimaryExpression) exp)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
void visit(const(AutoDeclaration) decl)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
void visit(const(VariableDeclaration) decl)
Undocumented in source. Be warned that the author may not have intended to support it.
Checks for auto functions without return statement.
Auto function without return statement can be an omission and are not detected by the compiler. However sometimes they can be used as a trick to infer attributes.