Commit Graph
24 Commits
Author SHA1 Message Date
Liana Husikyan d5cbb2acd2 added brackets for printing in/out
cleaned up
2015-03-10 12:02:48 +01:00
Liana Husikyan 74a01826ee added information about jump type for jump instructions
Conflicts:
	libevmcore/Assembly.cpp
	libsolidity/Compiler.cpp
2015-03-10 12:02:48 +01:00
Liana Husikyan e32bf97e87 to include source lines in output stream AssemblyItem's appropriate function is now receiving the map of fileNames to sourceCodes as argument. 2015-03-05 12:08:43 +01:00
Liana Husikyan 9b6b2759b4 removed unused member
added some comments for ModifierInvocation::checkTypeRequirements
cleanup
2015-03-02 14:28:13 +01:00
Liana Husikyan e9238e15b4 Implemented passing arguments to the base constructor. 2015-03-02 14:28:08 +01:00
Liana Husikyan fa3cd1cdc2 renamed local vaiable in fromDeclaration
added missing endvisit
2015-02-20 23:04:32 +01:00
Liana Husikyan d0c36795a0 renamed fromIdentifier to fromStateVariable 2015-02-20 22:51:23 +01:00
Liana Husikyan 858acaa193 corrected accept for variableDeclaration
changes after code review
2015-02-20 22:51:16 +01:00
Liana Husikyan 1ed86b33bc cosmetic changes 2015-02-20 22:51:16 +01:00
Liana Husikyan 52050201e3 Inline member initialisation
renamed VariableDefinition class to VariableDeclarationStatement
added tests
2015-02-20 22:50:34 +01:00
Liana Husikyan 75a5c20f54 trying to avoid win_build problems 2015-02-09 11:09:03 +01:00
liana 516e46ea6b - added assertion 2015-02-09 02:25:18 +01:00
liana 97b443e181 - some more changes 2015-02-09 02:25:18 +01:00
Liana Husikyan bcccfa8805 - removed unnesessary braces but one in if statement is still there because of warrning about ambiguous "else"
- added marking of position in node factory to the function

Conflicts:
	libsolidity/Parser.cpp
2015-02-09 02:24:57 +01:00
Liana Husikyan 2a5c2578bd - 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
2015-02-09 02:06:30 +01:00
liana cad3d87482 - cosmetic changes 2015-01-27 13:21:20 +01:00
liana 6ba82b1427 -redesigned appendTypeConversion function 2015-01-27 12:55:40 +01:00
liana ef885d0212 - modifications according to PR review 2015-01-26 13:24:16 +01:00
liana 3075fc598d - corrected assert 2015-01-23 18:09:46 +01:00
liana 5de93e6acb - added conversion for string/hash of equal sizes
- added tests
2015-01-23 17:45:37 +01:00
liana c3d36d1fe1 - corrected delete in case we have more than one locals
- added a test
2015-01-16 16:26:57 +01:00
liana a0ec9c6680 removed spaces 2015-01-16 13:07:16 +01:00
liana 1142b99a64 Corrected "delete" for local variables i.e. set them to 0
Added test case
2015-01-16 12:55:49 +01:00
liana 00b0b0933d - added functionality to set values to 0 when deleting structure(not for mapping)
- added unit test

Made some changes after Christian`s review on pull request
- remove/edit comments
- BoolType and ContractType return VoidType after delete

- fixed constructor_arguments test

- fixed set to 0 when deleting variable from stack
- changed test case to test that
2015-01-15 11:59:58 +01:00