2014-11-14 7:08 GMT-03:00 Richard Biener <richard.guent...@gmail.com>: > On Thu, Nov 13, 2014 at 6:42 PM, Andres Tiraboschi > <andres.tirabos...@tallertechnologies.com> 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