Skip to content

Commit 46c2caf

Browse files
chore: autopublish 2025-05-09T16:56:52Z
1 parent e870b99 commit 46c2caf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tools/clang/lib/Sema/SemaHLSL.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11794,7 +11794,8 @@ static void CheckCommonMulandMulAddParameters(Sema &S, CallExpr *CE,
1179411794
unsigned OutputVectorSizeValue = 0;
1179511795
if (IsHLSLVecType(OutputVectorExpr->getType())) {
1179611796
OutputVectorSizeValue = GetHLSLVecSize(OutputVectorExpr->getType());
11797-
QualType OutputVectorType = GetHLSLVecElementType(OutputVectorExpr->getType());
11797+
QualType OutputVectorType =
11798+
GetHLSLVecElementType(OutputVectorExpr->getType());
1179811799
const Type *OutputVectorTypePtr = OutputVectorType.getTypePtr();
1179911800
if (!OutputVectorTypePtr->isUnsignedIntegerType() &&
1180011801
!OutputVectorTypePtr->isSignedIntegerType() &&

0 commit comments

Comments
 (0)