This is the mail archive of the gcc-patches@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: Patch to provide infrastructure for parameter lists


2007-06-20 Michael Meissner <michael.meissner@amd.com>

        * tree.h (function_args_iterator): New type to iterate over
        function arguments.
        (FOREACH_FUNCTION_ARGS{,_PTR}): Iterator macros for iterating over
        function arguments.
        (function_args_iter_{init,cond_ptr,cond,next}): New inline

For the formating of the changelog, I think that it is better to avoid compressing the name of the functions like this, as it will be difficult to search for one of these names with a grep ChangeLog*

Sebastian


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