BackwardsRangeCheck

Checks for .. expressions where the left side is larger than the right. This is almost always a mistake.

Constructors

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

Members

Variables

KEY
enum string KEY;

Key for this check in the report output

Inherited Members

From BaseAnalyzer

visit
void visit(const Unittest unittest_)

Visits a unittest.

fileName
string fileName;

The file name

Meta