erichkeane added inline comments.
================ Comment at: clang/lib/AST/ExprConstant.cpp:10172 Info.Ctx.getAsConstantArrayType(E->getSubExpr()->getType()); + assert(ArrayType && "unexpected type for array initializer"); ---------------- I think this ends up being a regression if the LValue doesn't evaluate right. This should probably go down near 10179. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D151040/new/ https://reviews.llvm.org/D151040 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits