OSDN Git Service

/cp
[pf3gnuchains/gcc-fork.git] / gcc / plugin.def
index b4e541e..0c9c8bc 100644 (file)
@@ -24,11 +24,14 @@ DEFEVENT (PLUGIN_PASS_MANAGER_SETUP)
 /* After finishing parsing a type.  */
 DEFEVENT (PLUGIN_FINISH_TYPE)
 
+/* After finishing parsing a declaration. */
+DEFEVENT (PLUGIN_FINISH_DECL)
+
 /* Useful for summary processing.  */
 DEFEVENT (PLUGIN_FINISH_UNIT)
 
-/* Allows to see low level AST in C++ FE.  */
-DEFEVENT (PLUGIN_CXX_CP_PRE_GENERICIZE)
+/* Allows to see low level AST in C and C++ frontends. */
+DEFEVENT (PLUGIN_PRE_GENERICIZE)
 
 /* Called before GCC exits.  */
 DEFEVENT (PLUGIN_FINISH)