diff --git a/cesyms/cesyms.d b/cesyms/cesyms.d index 44588bb2..b6be2e42 100644 --- a/cesyms/cesyms.d +++ b/cesyms/cesyms.d @@ -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); } - */ } //---- diff --git a/libdparse b/libdparse index 112539f1..b4906771 160000 --- a/libdparse +++ b/libdparse @@ -1 +1 @@ -Subproject commit 112539f15b1ece1bbdb8d05fc270d94f77f9fe6f +Subproject commit b490677106450153a6b270a37369a40a40b34689