================
@@ -2331,6 +2332,11 @@ void CodeGenFunction::EmitVariablyModifiedType(QualType 
type) {
       type = cast<DecayedType>(ty)->getPointeeType();
       break;
 
+    case Type::ArrayParameter:
----------------
efriedma-quic wrote:

Can we just use the existing "case" for ConstantArray?

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

Reply via email to