+2015-10-31 Jason Merrill <jason@redhat.com>
+
+ * parser.c (synthesize_implicit_template_parm)
+ (finish_fully_implicit_template): Make static.
+
2015-10-29 Andrew MacLeod <amacleod@redhat.com>
* call.c: Reorder #include's and remove duplicates.
is_template_arg);
}
-static tree cp_parser_type_id (cp_parser *parser)
+static tree
+cp_parser_type_id (cp_parser *parser)
{
return cp_parser_type_id_1 (parser, false, false);
}
-static tree cp_parser_template_type_arg (cp_parser *parser)
+static tree
+cp_parser_template_type_arg (cp_parser *parser)
{
tree r;
const char *saved_message = parser->type_definition_forbidden_message;
(creating a new template parameter list if necessary). Returns the newly
created template type parm. */
-tree
+static tree
synthesize_implicit_template_parm (cp_parser *parser, tree constr)
{
gcc_assert (current_binding_level->kind == sk_function_parms);
declaration can be completed. If MEMBER_DECL_OPT is provided the finished
form is returned. Otherwise NULL_TREE is returned. */
-tree
+static tree
finish_fully_implicit_template (cp_parser *parser, tree member_decl_opt)
{
gcc_assert (parser->fully_implicit_function_template_p);