summaryrefslogtreecommitdiff
path: root/gcc/langhooks.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/langhooks.h')
-rw-r--r--gcc/langhooks.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/langhooks.h b/gcc/langhooks.h
index d8d01fa3b87..450bdee968d 100644
--- a/gcc/langhooks.h
+++ b/gcc/langhooks.h
@@ -177,6 +177,9 @@ struct lang_hooks_for_decls
function parameter pack. */
bool (*function_parm_expanded_from_pack_p) (tree, tree);
+ /* Determine if a type is an empty record. */
+ bool (*empty_record_p) (const_tree type);
+
/* Returns the generic declaration of a generic function instantiations. */
tree (*get_generic_function_decl) (const_tree);