From f8363c5d5c527aabf678c51fd04176f977170471 Mon Sep 17 00:00:00 2001 From: law Date: Wed, 3 Jun 2015 13:27:11 +0000 Subject: * doc/plugins.texi (enum plugin_event): New event. * plugin.c (register_callback): Handle PLUGIN_START_PARSE_FUNCTION and PLUGIN_FINISH_FUNCTION. * plugin.def (PLUGIN_START_PARSE_FUNCTION): Add plugin event (PLUGIN_FINISH_PARSE_FUNCTION): Likewise. cp/ * decl.c (start_function): Call plugin before parsing. (finish_function): Call plugin after parsing. c/ * c-decl.c (start_function): Call plugin before parsing. (finish_function): Call plugin after parsing. testsuite/ * g++.dg/plugin/plugin.exp: Add def-plugin-test.C. * g++.dg/plugin/def_plugin.c: New file. * g++.dg/plugin/def-plugin-test.C: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@224078 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'gcc/ChangeLog') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f4d83dbfb6f..ae786097711 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,11 @@ +2015-06-02 Andres Tiraboschi + + * doc/plugins.texi (enum plugin_event): New event. + * plugin.c (register_callback): Handle PLUGIN_START_PARSE_FUNCTION + and PLUGIN_FINISH_FUNCTION. + * plugin.def (PLUGIN_START_PARSE_FUNCTION): Add plugin event + (PLUGIN_FINISH_PARSE_FUNCTION): Likewise. + 2015-06-03 Richard Biener * tree-vect-data-refs.c (vect_analyze_group_access): Properly -- cgit v1.2.1