aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/ast/ASTJsonConverter.h
Commit message (Expand)AuthorAgeFilesLines
* Refactor `solidity::Token` into an `enum class` with `TokenTraits` helper nam...Christian Parpart2018-10-221-1/+1
* Uses short string representation of TypePointerErik Kundt2018-04-131-1/+1
* Introduce emit statement.chriseth2018-02-221-0/+1
* Mark functions staticAlex Beregszaszi2017-09-201-10/+10
* Merge pull request #2656 from ethereum/performance1chriseth2017-08-231-2/+11
|\
| * Avoid some Json copy operations.chriseth2017-08-211-2/+11
* | Remove visits to abstract AST class TypeName.chriseth2017-08-221-1/+0
* | Mark a lot of functions static (where possible)Alex Beregszaszi2017-08-221-3/+3
* | Mark a lot of functions const (where possible)Alex Beregszaszi2017-08-221-3/+3
|/
* Make toString(visibility) a helperAlex Beregszaszi2017-08-091-1/+0
* Merge interface/Exceptions and interface/UtilsAlex Beregszaszi2017-06-221-1/+0
* adjusted testcase and renamingdjudjuu2017-06-061-1/+1
* fix Literalprintdjudjuu2017-05-311-0/+1
* refactoring functionCallAnnotationdjudjuu2017-05-191-0/+1
* testsuite adjustmentdjudjuu2017-05-191-4/+4
* include new InlineAssemblyInformation into JSONdjudjuu2017-05-171-0/+1
* prefixChanges and contractKind-fielddjuju2017-05-171-0/+1
* fixed styletypos, renaming and added helperfunctiondjuju2017-05-171-1/+12
* Compact format for AST-Json with backwards compatibilitychriseth2017-05-171-63/+35
* Comment.chriseth2017-03-171-1/+1
* AST entry for VariableDeclarationdjudjuu2017-03-161-0/+8
* Include visibility level for functions in ASTFederico Bond2016-12-131-0/+1
* Fix licensing headersVoR02202016-11-231-4/+4
* Function types.chriseth2016-11-161-0/+2
* Version pragma.chriseth2016-09-011-0/+2
* JSON AST: Some attribute cleanup. Add linearized base contracts.chriseth2016-08-191-2/+1
* Move creation of the root element of JSON AST to the SourceUnit visitorAlex Sinyagin2016-08-181-0/+2
* Add ast json converter for PlaceholderStatementAlex Sinyagin2016-08-181-0/+2
* Add ast json converter for ArrayTypeNameAlex Sinyagin2016-08-181-0/+2
* Add ast json converter for ModifierInvocation and EventDefinitionAlex Sinyagin2016-08-181-0/+4
* Add ast json converter for ModifierDefinitionAlex Sinyagin2016-08-181-0/+2
* Add ast json converter for EnumValueAlex Sinyagin2016-08-181-0/+2
* Add ast json converter for EnumDefinitionAlex Sinyagin2016-08-181-0/+2
* Add ast json converter for UsingForDirectiveAlex Sinyagin2016-08-181-0/+2
* Add a ast json converter for InheritanceSpecifierAlex Sinyagin2016-08-181-0/+2
* Fix segfault in ast output.chriseth2016-08-091-2/+2
* Source location as part of AST.chriseth2016-07-211-5/+13
* Parsing for inline assembly.chriseth2016-03-301-0/+2
* [cond-expr] add visitor related functionsLu Guanqun2016-01-231-0/+2
* File reorganisation.chriseth2015-10-211-0/+136