VcallCtorChecker

Checks virtual calls from the constructor to methods defined in the same class.

When not used carefully, virtual calls from constructors can lead to a call in a derived instance that's not yet constructed.

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