OpEqualsWithoutToHashCheck

Checks for when a class/struct has the method opEquals without toHash, or toHash without opEquals.

class OpEqualsWithoutToHashCheck : BaseAnalyzer {
enum string KEY;
}

Inherited Members

From BaseAnalyzer

visit
void visit(const Unittest unittest_)

Visits a unittest.

fileName
string fileName;

The file name

Meta