================
@@ -1877,6 +1887,93 @@ void InitListChecker::CheckReferenceType(const 
InitializedEntity &Entity,
     AggrDeductionCandidateParamTypes->push_back(DeclType);
 }
 
+void InitListChecker::CheckMatrixType(const InitializedEntity &Entity,
----------------
llvm-beanz wrote:

I'm not sure why we need to do this checking. Shouldn't this all be done in the 
SemaHLSL code that validates the initializer list and transforms it to 
per-element initializers?

https://github.com/llvm/llvm-project/pull/162743
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to