This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Experiment: gcc and doxygen


On Sat, Feb 16, 2002 at 10:03:52PM -0600, Chris Lattner wrote:
> > > For example from http://www.nondot.org/gcc/ssa_8c.html, we can easily see
> > > that it is not neccesary for ssa.c to #include system.h, partition.h,
> > > valarray.h, or sbitmap.h directly.
> >
> > Please be careful when making assertions like this.  It's a policy
> > decision that every .c file shall include config.h and system.h.  More
> > generally, having direct includes for things that are directly
> > referenced means that the code is more robust against changes in
> > header files.
> 
> Certainly, I just wasn't aware of that policy.  In that case, perhaps
> varray.h shouldn't included system.h.

Perhaps, yes.

> Regardless, I was just hoping that
> the graphs could help visualization of the source, with one possible
> application of cleaning up #include's.

That they do.

zw


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]