================
@@ -10333,6 +10334,74 @@ Sema::ActOnFunctionDeclarator(Scope *S, Declarator &D, 
DeclContext *DC,
       }
     }
 
+    // Loop over the parameters to see if any of the size expressions contains
----------------
cor3ntin wrote:

Can we
 - Put all of that in a separate function
 - Maybe not run it in modes VLAs are not supported

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

Reply via email to