symbol list, support for listing module constructor/destructor

This commit is contained in:
Basile Burg 2015-05-20 10:51:32 +02:00
parent caff182330
commit a68fe0e2f6
2 changed files with 1 additions and 3 deletions

View File

@ -355,7 +355,6 @@ class SymbolListBuilder : ASTVisitor
namedVisitorImpl!(Declarator, SymbolType._variable, false)(elem);
}
/* Disabled: line and column are not available
final override void visit(const StaticConstructor decl)
{
otherVisitorImpl(SymbolType._function, "static this", decl.line, decl.column);
@ -365,6 +364,5 @@ class SymbolListBuilder : ASTVisitor
{
otherVisitorImpl(SymbolType._function, "static ~this", decl.line, decl.column);
}
*/
}
//----

@ -1 +1 @@
Subproject commit 112539f15b1ece1bbdb8d05fc270d94f77f9fe6f
Subproject commit b490677106450153a6b270a37369a40a40b34689