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: plugin event for C frontend trees


On Mon, Dec 21, 2009 at 12:39 PM, Rafael Espindola <espindola@google.com> wrote:
> 2009/12/21 Diego Novillo <dnovillo@google.com>:
>> On Mon, Dec 21, 2009 at 15:05, Rafael Espindola <espindola@google.com> wrote:
>>
>>> Diego, is a copyright assignment necessary for this patch?
>>
>> No, but it's borderline. ?Brian, if you are interested in making more
>> contributions, please start the paperwork process with the FSF. ?You
>> need to contact assignments@gnu.org to get started.
>
>
> Committed as revision 155379.
>

There are still PLUGIN_CXX_CP_PRE_GENERICIZE left:

doc/plugins.texi:  PLUGIN_CXX_CP_PRE_GENERICIZE, /* Allows to see low
level AST in C++ FE.  */
testsuite/g++.dg/plugin/attribute_plugin.c:  register_callback
(plugin_name, PLUGIN_CXX_CP_PRE_GENERICIZE,
testsuite/g++.dg/plugin/dumb_plugin.c:  register_callback
(plugin_name, PLUGIN_CXX_CP_PRE_GENERICIZE,


H.J.


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