2014-11-14 7:08 GMT-03:00 Richard Biener <[email protected]>: > On Thu, Nov 13, 2014 at 6:42 PM, Andres Tiraboschi > <[email protected]> wrote: >> Hi, this patch adds a new plugin event PLUGIN_START_FUNCTION and >> PLUGIN_FINISH_FUNCTION that are invoked at start_function and >> finish_function respectively in the C and C++ frontends. >> PLUGIN_START_FUNCTION is called before parsing the function body. >> PLUGIN_FINISH_FUNCTION is called after parsing a function definition. > > Can you name them more specifically, like > PLUGIN_START/FINISH_PARSE_FUNCTION please? > > Thanks, > Richard.
Ok, I will do it
