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<unsigned, vector<line_info>> source_lines;
Thus separate lines for function for each source file the function lives in.
Having a group of function starting on a line, we print first summary and then
each individual function:

This looks great



--
Nathan Sidwell

Reply via email to