Skip to content

Commit ea8588c

Browse files
committed
clang format
1 parent d034a8b commit ea8588c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Sema/SemaHLSL.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3332,7 +3332,7 @@ bool SemaHLSL::CheckBuiltinFunctionCall(unsigned BuiltinID, CallExpr *TheCall) {
33323332
QualType ArgTyExpr = Expr.get()->getType();
33333333
auto *VTy = ArgTyExpr->getAs<VectorType>();
33343334
if (!(ArgTyExpr->isIntegerType() ||
3335-
(VTy && VTy->getElementType()->isIntegerType()))) {
3335+
(VTy && VTy->getElementType()->isIntegerType()))) {
33363336
SemaRef.Diag(TheCall->getArg(0)->getBeginLoc(),
33373337
diag::err_builtin_invalid_arg_type)
33383338
<< ArgTyExpr << SemaRef.Context.UnsignedIntTy << 1 << 0 << 0;

0 commit comments

Comments
 (0)