Experiment: gcc and doxygen

Zack Weinberg zack@codesourcery.com
Fri Feb 15 20:45:00 GMT 2002


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



More information about the Gcc mailing list