erichkeane requested changes to this revision.
erichkeane added inline comments.
This revision now requires changes to proceed.
================
Comment at: clang/lib/CodeGen/CGExprConstant.cpp:1343
const ConstantArrayType *CAT = CGM.getContext().getAsConstantArrayType(T);
+ assert(CAT && "unexpected type for array initializer");
----------------
The assert message doesn't make sense here? This isn't an initializer for an
array?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151280/new/
https://reviews.llvm.org/D151280
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits