aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/ASTJSON.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update test wrt requiring storage locations.Daniel Kirchner2018-07-121-1/+1
|
* Updates unit test to specify visibility.Erik Kundt2018-07-041-2/+2
|
* Adds unit test that covers long typeDescription and renames suite. Erik Kundt2018-04-131-0/+28
|
* Separates tests for legacy and compact output.Erik Kundt2018-04-131-231/+8
|
* Adds type expectations to legacy tests.Erik Kundt2018-04-131-0/+7
|
* Uses short string representation of TypePointerErik Kundt2018-04-131-0/+30
|
* test: Rename test/TestHelper.* to test/Options.* and add Options::validate().Daniel Kirchner2018-03-141-1/+1
|
* Correctly set evm version in testschriseth2018-03-021-2/+19
|
* Fix indentation.Emilio Almansi2018-02-191-3/+3
|
* Added property _documentation_ to Function, Event, and Modifier definition ↵Emilio Almansi2018-02-191-1/+22
| | | | classes.
* FunctionType comparison/identifer to support all statemutability levelsAlex Beregszaszi2017-08-171-1/+1
|
* Merge pull request #2331 from ethereum/ASTDocumentationEntrychriseth2017-06-141-0/+30
|\ | | | | documentation field added to ContractDefinition-Node
| * 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
| | | | 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