- getName
string getName()
Undocumented in source. Be warned that the author may not have intended to support it.
- messages
Message[] messages()
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
alias visit = ASTVisitor.visit
Undocumented in source.
- visit
void visit(Unittest unittest_)
- inAggregate
bool inAggregate;
Undocumented in source.
- skipTests
bool skipTests;
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;
- sc
const(Scope)* sc;
Undocumented in source.
- _messages
MessageSet _messages;
Undocumented in source.
Checks for function call statements which call non-void functions.
In case the function returns a value indicating success/failure, ignoring this return value and continuing execution can lead to undesired results.
When the return value is intentionally discarded, cast(void) can be prepended to silence the check.