================
@@ -5654,6 +5654,8 @@ def warn_func_template_missing : Warning<"instantiation 
of function %q0 "
   InGroup<UndefinedFuncTemplate>, DefaultIgnore;
 def note_forward_template_decl : Note<
   "forward declaration of template entity is here">;
+def note_unreachable_template_decl
+    : Note<"declaration of template entity is unreachable here">;
----------------
ilya-biryukov wrote:

I guess `"unreachable declaration of template entity is here" ` is a more 
natural choice.

https://github.com/llvm/llvm-project/pull/129031
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to