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

That said the diagnostics in `CheckMatrixType` never trigger and are now 
preceded by the ones in SemaHLSL and the flatten mixed vector/matrix/scalar 
elements is also done in SemaHLSL so I will investigate to see if we can reduce 
the scope of what `CheckMatrixType` is doing.

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