Libdparse updates
This commit is contained in:
parent
537e5b3c2c
commit
0efa856369
|
@ -1 +1 @@
|
||||||
Subproject commit 52365fb13a0b0dcff37716a0d40af7cbbdd8dd0b
|
Subproject commit 36e3bcd5d0db2fc6ba6300b168109752961330c1
|
|
@ -735,7 +735,7 @@ private:
|
||||||
|
|
||||||
CAllocator semanticAllocator;
|
CAllocator semanticAllocator;
|
||||||
|
|
||||||
Rebindable!(const AssignExpression) feExpression;
|
Rebindable!(const ExpressionNode) feExpression;
|
||||||
}
|
}
|
||||||
|
|
||||||
void formatNode(A, T)(ref A appender, const T node)
|
void formatNode(A, T)(ref A appender, const T node)
|
||||||
|
@ -875,7 +875,7 @@ class InitializerVisitor : ASTVisitor
|
||||||
|
|
||||||
override void visit(const ArgumentList) {}
|
override void visit(const ArgumentList) {}
|
||||||
|
|
||||||
override void visit(const AssignExpression initializer)
|
override void visit(const Expression initializer)
|
||||||
{
|
{
|
||||||
on = true;
|
on = true;
|
||||||
initializer.accept(this);
|
initializer.accept(this);
|
||||||
|
|
Loading…
Reference in New Issue