- implemented Empty parameter name story. Now the name of input/return parameters of function can be not specified.

- added appropriate tests

Conflicts:
	test/SolidityEndToEndTest.cpp
	test/SolidityNameAndTypeResolution.cpp
This commit is contained in:
Liana Husikyan
2015-02-09 02:06:30 +01:00
parent a66db516fb
commit 2a5c2578bd
6 changed files with 39 additions and 11 deletions
+1
View File
@@ -50,6 +50,7 @@ private:
bool allowVar = false;
bool isStateVariable = false;
bool allowIndexed = false;
bool allowEmptyName = false;
};
///@{