From 3605d7e5af3579ba7e0f6b446067ed4944c11cd5 Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Mon, 18 Aug 2014 17:11:30 -0700 Subject: [PATCH 1/3] Update libdparse --- astprinter.d | 3 +-- libdparse | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/astprinter.d b/astprinter.d index fb222e6..754fe62 100644 --- a/astprinter.d +++ b/astprinter.d @@ -36,7 +36,7 @@ class XMLPrinter : ASTVisitor override void visit(const AliasDeclaration aliasDeclaration) { - output.writeln(""); + output.writeln(""); writeDdoc(aliasDeclaration.comment); aliasDeclaration.accept(this); output.writeln(""); @@ -1020,7 +1020,6 @@ class XMLPrinter : ASTVisitor override void visit(const FunctionAttribute functionAttribute) { mixin (tagAndAccept!"functionAttribute"); } override void visit(const FunctionBody functionBody) { mixin (tagAndAccept!"functionBody"); } override void visit(const FunctionCallExpression functionCallExpression) { mixin (tagAndAccept!"functionCallExpression"); } - override void visit(const FunctionCallStatement functionCallStatement) { mixin (tagAndAccept!"functionCallStatement"); } override void visit(const IdentifierChain identifierChain) { mixin (tagAndAccept!"identifierChain"); } override void visit(const IdentifierList identifierList) { mixin (tagAndAccept!"identifierList"); } override void visit(const IdentifierOrTemplateChain identifierOrTemplateChain) { mixin (tagAndAccept!"identifierOrTemplateChain"); } diff --git a/libdparse b/libdparse index 2c5506a..79f39fb 160000 --- a/libdparse +++ b/libdparse @@ -1 +1 @@ -Subproject commit 2c5506a5702ae9fb95544f788cc0fd8b8606ba3d +Subproject commit 79f39fb0c781d10a8018951fd29455ede53bbdb0 From fa0dd6a9fcb0f525366f06208f9d9024508b8310 Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Mon, 18 Aug 2014 17:13:35 -0700 Subject: [PATCH 2/3] Update libdparse --- libdparse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libdparse b/libdparse index 79f39fb..a91eb13 160000 --- a/libdparse +++ b/libdparse @@ -1 +1 @@ -Subproject commit 79f39fb0c781d10a8018951fd29455ede53bbdb0 +Subproject commit a91eb13e38a8560b9dda025b1c8ea837018e8252 From c6e21d470107cdae5abea07d349773629b0b3e18 Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Tue, 19 Aug 2014 18:19:20 -0700 Subject: [PATCH 3/3] Update libdparse --- libdparse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libdparse b/libdparse index a91eb13..f693be2 160000 --- a/libdparse +++ b/libdparse @@ -1 +1 @@ -Subproject commit a91eb13e38a8560b9dda025b1c8ea837018e8252 +Subproject commit f693be2b2c0fb5b015493c7441e14b888647ef0d