[clang] [CIR] Upstream basic support for ArrayType (PR #130502)

Andy Kaylor via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 10 09:11:01 PDT 2025


================
@@ -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


More information about the cfe-commits mailing list