[Sema] avoid merge error type
fixed: https://github.com/llvm/llvm-project/issues/62447 C don't support `DependentSizedArrayType`, use `ConstantArrayType` with nullptr as `SizeExpr` Reviewed By: erichkeane, hokein Differential Revision: https://reviews.llvm.org/D149612
Loading
Please sign in to comment