[clang] [Clang][P1061] Add stuctured binding packs (PR #121417)

via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 3 03:25:41 PST 2025


================
@@ -9780,6 +9780,7 @@ Sema::ActOnFunctionDeclarator(Scope *S, Declarator &D, DeclContext *DC,
   QualType R = TInfo->getType();
 
   assert(R->isFunctionType());
+
----------------
cor3ntin wrote:

Whitespace change

https://github.com/llvm/llvm-project/pull/121417


More information about the cfe-commits mailing list