index
:
dexon-solidity
develop
release
DEXON fork of Solidity (https://github.com/dexon-foundation/dsolidity)
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
libsolidity
/
ASTJSON.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
test: Rename test/TestHelper.* to test/Options.* and add Options::validate().
Daniel Kirchner
2018-03-14
1
-1
/
+1
*
Correctly set evm version in tests
chriseth
2018-03-02
1
-2
/
+19
*
Fix indentation.
Emilio Almansi
2018-02-19
1
-3
/
+3
*
Added property _documentation_ to Function, Event, and Modifier definition cl...
Emilio Almansi
2018-02-19
1
-1
/
+22
*
FunctionType comparison/identifer to support all statemutability levels
Alex Beregszaszi
2017-08-17
1
-1
/
+1
*
Merge pull request #2331 from ethereum/ASTDocumentationEntry
chriseth
2017-06-14
1
-0
/
+30
|
\
|
*
tests for non-legacy mode
djudjuu
2017-06-07
1
-0
/
+8
|
*
new test case and indentation fix
djudjuu
2017-06-06
1
-0
/
+22
*
|
adjusted testcase and renaming
djudjuu
2017-06-06
1
-1
/
+1
|
/
*
Compact format for AST-Json with backwards compatibility
chriseth
2017-05-17
1
-12
/
+12
*
refactoring parse() into two separate functions
djuju
2017-04-27
1
-13
/
+13
*
Fix licensing headers
VoR0220
2016-11-23
1
-4
/
+4
*
Some more assertions and style changes.
chriseth
2016-11-16
1
-3
/
+14
*
Some more tests.
chriseth
2016-11-16
1
-4
/
+10
*
JSON tests.
chriseth
2016-11-16
1
-0
/
+14
*
parsing: ban empty enum definition.
Yoichi Hirai
2016-11-12
1
-14
/
+0
*
Merge pull request #995 from chriseth/fixutf8astjson
chriseth
2016-09-06
1
-0
/
+16
|
\
|
*
Test case for non-utf8 characters in string literal.
chriseth
2016-09-06
1
-0
/
+16
*
|
Require ";" after "_"
chriseth
2016-09-05
1
-5
/
+5
|
/
*
Rename root AST JSON node to SourceUnit
Alex Sinyagin
2016-08-18
1
-2
/
+2
*
Use the full names for JSON AST nodes
Alex Sinyagin
2016-08-18
1
-8
/
+8
*
Add ast json converter for PlaceholderStatement
Alex Sinyagin
2016-08-18
1
-0
/
+13
*
Add ast json converter for ArrayTypeName
Alex Sinyagin
2016-08-18
1
-0
/
+13
*
Add ast json converter for ModifierInvocation and EventDefinition
Alex Sinyagin
2016-08-18
1
-0
/
+30
*
Add ast json converter for ModifierDefinition
Alex Sinyagin
2016-08-18
1
-0
/
+14
*
Add ast json converter for EnumValue
Alex Sinyagin
2016-08-18
1
-0
/
+17
*
Add ast json converter for EnumDefinition
Alex Sinyagin
2016-08-18
1
-0
/
+14
*
Check source loctaion in the InhertanceSpecifier test
Alex Sinyagin
2016-08-18
1
-0
/
+1
*
Add ast json converter for UsingForDirective
Alex Sinyagin
2016-08-18
1
-0
/
+17
*
Add a ast json converter for InheritanceSpecifier
Alex Sinyagin
2016-08-18
1
-0
/
+14
*
Source location as part of AST.
chriseth
2016-07-21
1
-0
/
+69