================
@@ -1877,6 +1887,93 @@ void InitListChecker::CheckReferenceType(const
InitializedEntity &Entity,
AggrDeductionCandidateParamTypes->push_back(DeclType);
}
+void InitListChecker::CheckMatrixType(const InitializedEntity &Entity,
----------------
farzonl wrote:
@llvm-beanz the `initializer list` work simplifies but does not make us remove
`CheckMatrixType`. It simplifies it so that all we have to do is support the
scalar case by looping over the number of inits and calling
`CheckSubElementType`. So I deleted all the vector and matrix type handeling
https://github.com/llvm/llvm-project/pull/162743
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits