aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/ast/AST_accept.h
Commit message (Collapse)AuthorAgeFilesLines
* Added the `using x for y` directive.chriseth2015-11-271-0/+22
|
* Do not store elements of a contract by AST node type.chriseth2015-11-261-12/+2
|
* Allow "new expressions" also for general type names.chriseth2015-11-261-2/+2
| | | | | | | Breaking change: If you want to send value with a contract creation, you have to use parentheses now: `(new ContractName).value(2 ether)(arg1, arg2)`
* File reorganisation.chriseth2015-10-211-0/+721