================
@@ -386,7 +405,7 @@ def VoidPtr : Type<
 
//===----------------------------------------------------------------------===//
 
 def CIR_AnyType : AnyTypeOf<[
-  CIR_VoidType, CIR_BoolType, CIR_IntType, CIR_AnyFloat, CIR_PointerType,
+  CIR_VoidType, CIR_BoolType, CIR_ArrayType, CIR_IntType, CIR_AnyFloat, 
CIR_PointerType,
----------------
andykaylor wrote:

I think this line is over 80 characters. It should wrap to avoid that.

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

Reply via email to