[clang] [Clang] Implement C++26’s P2893R3 ‘Variadic friends’ (PR #101448)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 14 02:30:43 PDT 2024
================
@@ -17556,11 +17584,12 @@ Decl *Sema::ActOnFriendTypeDecl(Scope *S, const DeclSpec &DS,
Decl *D;
if (!TempParams.empty())
+ // TODO: Support variadic friend template decls?
----------------
cor3ntin wrote:
Can we create an issue for that?
https://github.com/llvm/llvm-project/pull/101448
More information about the cfe-commits
mailing list