bug-cflow
[Top][All Lists]
Advanced

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

Re: [bug-cflow] Help, please! I want to analyse ALL functions in a set o


From: Sergey Poznyakoff
Subject: Re: [bug-cflow] Help, please! I want to analyse ALL functions in a set of C files.
Date: Thu, 28 Mar 2019 14:12:18 +0200

Hi Alan,

> First of all, apologies for the long delay in answering.

No apology necessary, we all have plenty of chores that need attention :)

> It works.  It works well.  :-)

Thanks a lot!

> If a function's name is in parentheses, cflow doesn't seem to detect it.
> For example, in Emacs's src/lisp.h we have:
> 
>     INLINE bool
>     (NILP) (Lisp_Object x)
>     {
>       return lisp_h_NILP (x);
>     }

Very interesting (and surprising) syntax indeed! I'll fix the
parser to handle that. I'll let you know when it is ready.

Best regards,
Sergey



reply via email to

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