aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/ast/ASTAnnotations.h
Commit message (Collapse)AuthorAgeFilesLines
* Allow "new expressions" also for general type names.chriseth2015-11-261-0/+3
| | | | | | | 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)`
* Allow docstrings for statements.chriseth2015-10-271-2/+6
|
* Store docstrings in AST annotations.chriseth2015-10-261-1/+26
|
* File reorganisation.chriseth2015-10-211-0/+140