mirror of https://gitlab.com/basile.b/dexed.git
updated comment about possible invalid dcd symbol kind, keep protection in case of...
This commit is contained in:
parent
8f6162d677
commit
a262a8296f
|
@ -327,7 +327,8 @@ begin
|
||||||
't': item += ' (template) ';
|
't': item += ' (template) ';
|
||||||
'T': item += ' (mixin) ';
|
'T': item += ' (mixin) ';
|
||||||
// see https://github.com/Hackerpilot/dsymbol/blob/master/src/dsymbol/symbol.d#L47
|
// see https://github.com/Hackerpilot/dsymbol/blob/master/src/dsymbol/symbol.d#L47
|
||||||
'*', '?': continue; // internal DCD stuff, said not to happen but actually it does (e.g invoke DCD after $i)
|
'*', '?': continue; // internal DCD stuff, said not to happen but actually it did
|
||||||
|
// https://github.com/Hackerpilot/DCD/issues/261
|
||||||
end;
|
end;
|
||||||
aList.Add(item);
|
aList.Add(item);
|
||||||
end;
|
end;
|
||||||
|
|
Loading…
Reference in New Issue