aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/ASTJSON.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2331 from ethereum/ASTDocumentationEntrychriseth2017-06-141-0/+30
|\
| * tests for non-legacy modedjudjuu2017-06-071-0/+8
| * new test case and indentation fixdjudjuu2017-06-061-0/+22
* | adjusted testcase and renamingdjudjuu2017-06-061-1/+1
|/
* Compact format for AST-Json with backwards compatibilitychriseth2017-05-171-12/+12
* refactoring parse() into two separate functionsdjuju2017-04-271-13/+13
* Fix licensing headersVoR02202016-11-231-4/+4
* Some more assertions and style changes.chriseth2016-11-161-3/+14
* Some more tests.chriseth2016-11-161-4/+10
* JSON tests.chriseth2016-11-161-0/+14
* parsing: ban empty enum definition.Yoichi Hirai2016-11-121-14/+0
* Merge pull request #995 from chriseth/fixutf8astjsonchriseth2016-09-061-0/+16
|\
| * Test case for non-utf8 characters in string literal.chriseth2016-09-061-0/+16
* | Require ";" after "_"chriseth2016-09-051-5/+5
|/
* Rename root AST JSON node to SourceUnitAlex Sinyagin2016-08-181-2/+2
* Use the full names for JSON AST nodesAlex Sinyagin2016-08-181-8/+8
* Add ast json converter for PlaceholderStatementAlex Sinyagin2016-08-181-0/+13
* Add ast json converter for ArrayTypeNameAlex Sinyagin2016-08-181-0/+13
* Add ast json converter for ModifierInvocation and EventDefinitionAlex Sinyagin2016-08-181-0/+30
* Add ast json converter for ModifierDefinitionAlex Sinyagin2016-08-181-0/+14
* Add ast json converter for EnumValueAlex Sinyagin2016-08-181-0/+17
* Add ast json converter for EnumDefinitionAlex Sinyagin2016-08-181-0/+14
* Check source loctaion in the InhertanceSpecifier testAlex Sinyagin2016-08-181-0/+1
* Add ast json converter for UsingForDirectiveAlex Sinyagin2016-08-181-0/+17
* Add a ast json converter for InheritanceSpecifierAlex Sinyagin2016-08-181-0/+14
* Source location as part of AST.chriseth2016-07-211-0/+69