BuiltinPropertyNameCheck

The following code should be killed with fire:

1 class SomeClass
2 {
3 	void init();
4 	int init;
5 	string mangleof = "LOL";
6 	auto init = 10;
7 	enum sizeof = 10;
8 }
class BuiltinPropertyNameCheck : BaseAnalyzer {}

Inherited Members

From BaseAnalyzer

visit
void visit(const Unittest unittest_)

Visits a unittest.

fileName
string fileName;

The file name

Meta