Weeding out unwanted include files

Roger@natron.demon.co.uk (Roger Barnett)
Mon, 15 Aug 1994 19:55:08 GMT

          From comp.compilers

Related articles
[6 earlier articles]
Re: Weeding out unwanted include files zstern@adobe.com (1994-08-04)
Re: Weeding out unwanted include files steve@cegelecproj.co.uk (1994-08-04)
Re: Weeding out unwanted include files bkoehler@sol.UVic.CA (1994-08-04)
Re: Weeding out unwanted include files Don.Caldwell@DallasTX.NCR.COM (Don Caldwell) (1994-08-05)
Re: Weeding out unwanted include files ddunn@netcom.com (1994-08-13)
Re: Weeding out unwanted include files throop@aur.alcatel.com (1994-08-14)
Weeding out unwanted include files Roger@natron.demon.co.uk (1994-08-15)
Re: Weeding out unwanted include files roedy@BIX.com (1994-08-17)
Re: Weeding out unwanted include files kendall@pot.East.Sun.COM (1994-08-15)
Re: Weeding out unwanted include files andy@research.canon.oz.au (1994-08-22)
Re: Weeding out unwanted include files kendall@pot.East.Sun.COM (1994-09-17)
| List of all articles for this month |

Newsgroups: comp.compilers
From: Roger@natron.demon.co.uk (Roger Barnett)
Keywords: C, tools
Organization: Natron Software Maintenance Ltd
References: 94-08-089
Date: Mon, 15 Aug 1994 19:55:08 GMT

[re tools that cross-reference source code]


We use Digital's Source Code Analyser product (sold as part of their
Language Sensitive Editor) to get this kind of info for code written in
various different languages. As it is tied into the LSE the user has the
choice of generating a report as above, or producing a list of locations
which can then be stepped through using the editor. C includes are
reported by name both where they are defined and where they are used,
and if relevant (say if a named variable or function is used) the expanded
contents of macro definitions are also reported with the attribute "hidden".
Sadly SCA is neither new nor free.


--
Roger Barnett
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.