Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix licensing headers | VoR0220 | 2016-11-23 | 1 | -4/+4 |
| | | | | Signed-off-by: VoR0220 <rj@erisindustries.com> | ||||
* | 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 |
|\ | | | | | Do not emit non-utf8 strings for ast json. | ||||
| * | 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 |