bug-cflow
[Top][All Lists]
Advanced

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

Re: [Bug-cflow] Improper parsing of statics


From: Sergey Poznyakoff
Subject: Re: [Bug-cflow] Improper parsing of statics
Date: Mon, 06 Mar 2006 12:27:31 EET

jds <address@hidden> wrote:

> If I parse multiple files having static data members with the same
> name, cflow improperly reports redefinition of the static member:

It is intended, since by default cflow processes both global and static
data. If you wish to avoid it, exclude statics using -i^s option:

   cflow -i^s file.c file2.c

You will find a detailed discussion of symbol inclusion/exclusion
policies in the documentation.

Regards,
Sergey




reply via email to

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