aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/ast/AST_accept.h
Commit message (Collapse)AuthorAgeFilesLines
* Introduce emit statement.chriseth2018-02-221-0/+14
|
* Remove visits to abstract AST class TypeName.chriseth2017-08-221-12/+0
|
* Fix licensing headersVoR02202016-11-231-4/+4
| | | | Signed-off-by: VoR0220 <rj@erisindustries.com>
* Function types.chriseth2016-11-161-0/+20
|
* Version pragma.chriseth2016-09-011-0/+12
|
* Parsing for inline assembly.chriseth2016-03-301-0/+12
|
* [cond-expr] add an AST nodeLu Guanqun2016-01-231-0/+22
|
* Also check the object type for bound functions.chriseth2015-11-291-6/+6
|
* 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