Re: [PATCH] Improve JSON format for group functions.

2019-03-11 Thread Martin Liška
On 2/27/19 1:32 PM, Martin Liška wrote: > Hi. > > The patch adds missing information into JSON intermediate format. > Before the patch one can't assign 'lines' to 'functions' in case > one has a group function (e.g. a template function). > > Patch can bootstrap on x86_64-linux-gnu and survives re

[PATCH] Improve JSON format for group functions.

2019-02-27 Thread Martin Liška
Hi. The patch adds missing information into JSON intermediate format. Before the patch one can't assign 'lines' to 'functions' in case one has a group function (e.g. a template function). Patch can bootstrap on x86_64-linux-gnu and survives regression tests. I will install it if not objections.