| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |