This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Added PLUGIN_FINISH_TYPE callback on enum type processing
- From: Diego Novillo <dnovillo at google dot com>
- To: Bruno Loff <bruno dot loff at gmail dot com>
- Cc: gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Mon, 2 Feb 2015 14:17:39 -0500
- Subject: Re: [PATCH] Added PLUGIN_FINISH_TYPE callback on enum type processing
- Authentication-results: sourceware.org; auth=none
- References: <CAGOfsMiNLbWaQP6yyx+vFVOAM7xPM0koDn8HRJO_sUTeb3SP3A at mail dot gmail dot com> <CAD_=9DTeDuO-57jGuEZOiQ9z3yGXvdFfv9o4baDb+bgpO0+WaA at mail dot gmail dot com> <CAGOfsMhsR2=GzpAESDACy+Y6iKm5sm1vOgKvPf4TAuAdi_2+Og at mail dot gmail dot com>
On Mon, Feb 2, 2015 at 2:07 PM, Bruno Loff <bruno.loff@gmail.com> wrote:
> Something like:
>
> The PLUGIN_FINISH_TYPE callback for gcc plugins is now triggered for
> enum declarations.
>
> ?
ChangeLog entries in GCC are pretty pick as to how they want to be
formatted. See other entries for reference and
https://gcc.gnu.org/codingconventions.html#ChangeLogs for specific
documentation.
Diego.