diff mbox

Added PLUGIN_FINISH_TYPE callback on enum type processing

Message ID CAGOfsMh1-EiyVPvLamKDa=4SjHK0RC7vVe1DUmTaDc3mEHxv+A@mail.gmail.com
State New
Headers show

Commit Message

Bruno Loff Feb. 2, 2015, 7:39 p.m. UTC
Sorry, first contribution ever :) Here is the entry:

2014-10-19  Bruno Loff <bruno.loff@gmail.com>

* c-parser.c (c_parser_declspecs): Call invoke_plugin_callbacks after
processing enum declaration.


The dates are off because I actually made the change a while ago (took
me a while because I needed to test it with the plugin and make sure I
didn't mess it up).


Bruno


In case you want a diff file...

Comments

Diego Novillo Feb. 2, 2015, 7:41 p.m. UTC | #1
That's

On Mon, Feb 2, 2015 at 2:39 PM, Bruno Loff <bruno.loff@gmail.com> wrote:
> Sorry, first contribution ever :) Here is the entry:
>
> 2014-10-19  Bruno Loff <bruno.loff@gmail.com>
>
> * c-parser.c (c_parser_declspecs): Call invoke_plugin_callbacks after
> processing enum declaration.


This is fine. Thanks.


> The dates are off because I actually made the change a while ago (took
> me a while because I needed to test it with the plugin and make sure I
> didn't mess it up).

Just change the date to the date of when you commit the patch.


Diego.
Diego Novillo Feb. 2, 2015, 9:19 p.m. UTC | #2
On Mon, Feb 2, 2015 at 2:39 PM, Bruno Loff <bruno.loff@gmail.com> wrote:

> 2014-10-19  Bruno Loff <bruno.loff@gmail.com>
>
> * c-parser.c (c_parser_declspecs): Call invoke_plugin_callbacks after
> processing enum declaration.

Thanks. Committed at r220358.


Diego.
diff mbox

Patch

diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog
index 6cf964c..080bd61 100644
--- a/gcc/c/ChangeLog
+++ b/gcc/c/ChangeLog
@@ -1,3 +1,8 @@ 
+2014-10-19  Bruno Loff <bruno.loff@gmail.com>
+
+       * c-parser.c (c_parser_declspecs): Call invoke_plugin_callbacks after
+       processing enum declaration.
+
 2014-09-25  Thomas Schwinge  <thomas@codesourcery.com>

        PR c++/63249