aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/ASTJSON.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix licensing headersVoR02202016-11-231-4/+4
| | | | Signed-off-by: VoR0220 <rj@erisindustries.com>
* 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
|\ | | | | Do not emit non-utf8 strings for ast json.
| * 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