On 10/26/2017 04:44 AM, Martin Liška wrote:
Hi.
As mentioned in cover letter this patch was main motivation for the whole
series.
Currently we have a list of lines (source_info::lines) per a source file. That's
changed in the patch, now each functions has:
map> source_lines;
Thus separate lines
Hi.
As mentioned in cover letter this patch was main motivation for the whole
series.
Currently we have a list of lines (source_info::lines) per a source file. That's
changed in the patch, now each functions has:
map> source_lines;
Thus separate lines for function for each source file the functio