aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/ast/ASTJsonConverter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix JSON output on macos.chriseth2017-01-181-2/+2
* Deterministic AST node identifiers.chriseth2017-01-171-2/+2
* Include visibility level for functions in ASTFederico Bond2016-12-131-7/+21
* Fix names of JSON AST nodesFederico Bond2016-12-111-2/+2
* Rename dev::validate to dev::validateUTF8Alex Beregszaszi2016-11-291-1/+1
* Make position optional in dev::validateAlex Beregszaszi2016-11-291-2/+1
* Fix licensing headersVoR02202016-11-231-4/+4
* Change encoding to address-funid and add "function" as ABI type.chriseth2016-11-161-1/+1
* Changelog entry and small fixes.chriseth2016-11-161-0/+5
* Function types.chriseth2016-11-161-0/+14
* Add support for do/while loopsRhett Aultman2016-11-101-1/+5
* add payable to ASTyann3002016-11-031-1/+2
* Do not emit non-utf8 strings for ast json.chriseth2016-09-021-2/+15
* Version pragma.chriseth2016-09-011-0/+13
* JSON AST: Some attribute cleanup. Add linearized base contracts.chriseth2016-08-191-34/+34
* Rename root AST JSON node to SourceUnitAlex Sinyagin2016-08-181-1/+1
* Do not add children to EnumValue and PlaceholderStatement elements in JSON ASTAlex Sinyagin2016-08-181-4/+2
* Use the full names for JSON AST nodesAlex Sinyagin2016-08-181-11/+11
* Move creation of the root element of JSON AST to the SourceUnit visitorAlex Sinyagin2016-08-181-5/+16
* Add ast json converter for PlaceholderStatementAlex Sinyagin2016-08-181-0/+11
* Add ast json converter for ArrayTypeNameAlex Sinyagin2016-08-181-0/+11
* Add ast json converter for ModifierInvocation and EventDefinitionAlex Sinyagin2016-08-181-0/+22
* Add ast json converter for ModifierDefinitionAlex Sinyagin2016-08-181-0/+11
* Add ast json converter for EnumValueAlex Sinyagin2016-08-181-0/+11
* Add ast json converter for EnumDefinitionAlex Sinyagin2016-08-181-0/+11
* Add ast json converter for UsingForDirectiveAlex Sinyagin2016-08-181-1/+12
* Add a ast json converter for InheritanceSpecifierAlex Sinyagin2016-08-181-0/+11
* Fix Mapping and InlineAssembly in JSON ASTAlex Sinyagin2016-08-121-0/+2
* Fix JSON AST structureAlex Sinyagin2016-08-121-0/+1
* Fix segfault in ast output.chriseth2016-08-091-1/+1
* Source location as part of AST.chriseth2016-07-211-51/+70
* Parsing for inline assembly.chriseth2016-03-301-0/+10
* changes to redefine the token list, the scanner, and the parser and how they ...RJ Catalano2016-02-191-2/+2
* [cond-expr] add visitor related functionsLu Guanqun2016-01-231-0/+11
* Parse complex import directives.chriseth2015-12-181-1/+1
* File reorganisation.chriseth2015-10-211-0/+470