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 Fri, Feb 15, 2002 at 05:56:45PM -0600, Chris Lattner wrote:
> 
> Some of the graphs can help make minor immediate changes to the GCC tree.
> 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.

zw


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