DscannerComponent.resolveRanges

Takes line & column from the D-Scanner issue array and resolves the start & end locations for the issues by changing the values in-place. In the JSON RPC this returns the modified array, in workspace-d as a library this changes the parameter values in place.

class DscannerComponent
void
resolveRanges
(
scope const(char)[] code
,
scope ref DScannerIssue[] issues
)

Meta