================
@@ -10616,6 +10616,9 @@ ASTNodeImporter::ImportAPValue(const APValue
&FromValue) {
Elts.data(), FromValue.getVectorLength());
break;
}
+ case APValue::Matrix:
+ // Matrix values cannot currently arise in APValue import contexts.
----------------
Icohedron wrote:Not planned. https://github.com/llvm/llvm-project/pull/178762 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
