Skip to content

Commit 4fa3fbb

Browse files
committed
Fix clang-format errors (again)
1 parent 0cf3ab8 commit 4fa3fbb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

clang/lib/AST/ExprConstant.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13719,8 +13719,8 @@ bool IntExprEvaluator::VisitBuiltinCallExpr(const CallExpr *E,
1371913719
"");
1372013720
}
1372113721
case Builtin::BI__builtin_sycl_is_nd_range_kernel: {
13722-
return isSYCLFreeFunctionKernel(*this, Info, E, "sycl-nd-range-kernel",
13723-
"", /*CheckNDRangeDim=*/true);
13722+
return isSYCLFreeFunctionKernel(*this, Info, E, "sycl-nd-range-kernel", "",
13723+
/*CheckNDRangeDim=*/true);
1372413724
}
1372513725
}
1372613726
}

clang/lib/CodeGen/CGBuiltin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6339,7 +6339,7 @@ RValue CodeGenFunction::EmitBuiltinExpr(const GlobalDecl GD, unsigned BuiltinID,
63396339
}
63406340
case Builtin::BI__builtin_sycl_is_nd_range_kernel: {
63416341
return EmitSYCLFreeFunctionKernelBuiltin(*this, E, "sycl-nd-range-kernel",
6342-
"", /*CheckNDRangeDim=*/true);
6342+
"", /*CheckNDRangeDim=*/true);
63436343
}
63446344
}
63456345

0 commit comments

Comments
 (0)