Skip to content

Commit 398fbf7

Browse files
committed
fix ObjC warning
1 parent 068d85c commit 398fbf7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/lib/Edit/RewriteObjCFoundationAPI.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1085,6 +1085,7 @@ static bool rewriteToNumericBoxedExpression(const ObjCMessageExpr *Msg,
10851085
llvm_unreachable("OpenCL-specific cast in Objective-C?");
10861086

10871087
case CK_HLSLVectorTruncation:
1088+
case CK_HLSLMatrixTruncation:
10881089
case CK_HLSLElementwiseCast:
10891090
case CK_HLSLAggregateSplatCast:
10901091
llvm_unreachable("HLSL-specific cast in Objective-C?");

0 commit comments

Comments
 (0)