ObjectConstCheck

Checks that opEquals, opCmp, toHash, 'opCast', and toString are either const, immutable, or inout.

Constructors

this
this(string fileName, const(Scope)* sc, bool skipTests = false)

Inherited Members

From BaseAnalyzer

visit
void visit(const Unittest unittest_)

Visits a unittest.

fileName
string fileName;

The file name

Meta