summaryrefslogtreecommitdiff
path: root/gcc/plugin.def
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/plugin.def')
-rw-r--r--gcc/plugin.def3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/plugin.def b/gcc/plugin.def
index 4a40c2cf79e..0c9c8bc76f5 100644
--- a/gcc/plugin.def
+++ b/gcc/plugin.def
@@ -24,6 +24,9 @@ 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)