From a3d02f0548948ea1af351fd22a3c585e78d23653 Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Thu, 1 May 2025 18:53:31 -0400 Subject: [PATCH 78/98] FIXME: add a note of where we could add a fix-it hint --- gcc/cp/parser.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/cp/parser.cc b/gcc/cp/parser.cc index 778cb3ca09ab..5c9ba69d12f3 100644 --- a/gcc/cp/parser.cc +++ b/gcc/cp/parser.cc @@ -3736,6 +3736,7 @@ cp_parser_check_for_definition_in_return_type (cp_declarator *declarator, inform (type_location, "(perhaps a semicolon is missing after the definition of %qT)", type); + // FIXME: fix it hint here? } } -- 2.49.0