================
@@ -17556,11 +17584,12 @@ Decl *Sema::ActOnFriendTypeDecl(Scope *S, const 
DeclSpec &DS,
 
   Decl *D;
   if (!TempParams.empty())
+    // TODO: Support variadic friend template decls?
----------------
Sirraide wrote:

I’ve opened an issue for supporting friend declarations w/ dependent NNSs: 
#104057

Once we actually start using `FriendTemplateDecl`s properly (which from what I 
can tell is what’s required for that), then this should be a natural follow-up.

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

Reply via email to