bug-cflow
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-cflow] cflow: static functions in inverted trees


From: Chris Smith
Subject: Re: [bug-cflow] cflow: static functions in inverted trees
Date: Mon, 14 Nov 2016 10:01:35 +0000

Thanks Sergey, that's working great!

Chris

-----Original Message-----
From: Sergey Poznyakoff [mailto:address@hidden 
Sent: 12 November 2016 12:18
To: Chris Smith
Cc: address@hidden
Subject: RE: [bug-cflow] cflow: static functions in inverted trees

Chris Smith <address@hidden> ha escrit:

> Yes, static functions are included in the lists of callers of each 
> function. The issue is that the inverted graph iterates through all 
> your functions and gives the callers for each, but that it doesn't 
> include static functions as starting points for that process.

Ah, I see.  Then I would propose the following patch instead.  It is a bit more 
compact than yours and the resulting code honors the -i option.
Please give it a try.

Regards,
Sergey




reply via email to

[Prev in Thread] Current Thread [Next in Thread]