pull libdparse and update dastworx

This commit is contained in:
Basile Burg 2016-10-13 14:17:58 +02:00
parent 4de6100c8e
commit cc08f18696
No known key found for this signature in database
GPG Key ID: 1868039F415CB8CF
2 changed files with 4 additions and 7 deletions

View File

@ -232,13 +232,10 @@ class SymbolListBuilder(ListFmt Fmt): ASTVisitor
decl.accept(this);
}
final override void visit(const AutoDeclaration decl)
final override void visit(const AutoDeclarationPart decl)
{
if (decl.identifiers.length)
{
otherVisitorImpl(decl, SymbolType._variable, decl.identifiers[0].text,
decl.identifiers[0].line, decl.identifiers[0].column);
}
otherVisitorImpl(decl, SymbolType._variable, decl.identifier.text,
decl.identifier.line, decl.identifier.column);
}
final override void visit(const ClassDeclaration decl)

@ -1 +1 @@
Subproject commit f8e7458d857064ca67ef8b314e20203b90bf75e0
Subproject commit bbc9916182dc5c13950b25b48b2a6df944d52ab7