AutoFunctionChecker

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.

Constructors

this
this(string fileName, bool skipTests = false)

Inherited Members

From BaseAnalyzer

visit
void visit(const Unittest unittest_)

Visits a unittest.

fileName
string fileName;

The file name

Meta