Skip to content

Commit 0fc42a4

Browse files
committed
fixup: clang-format
1 parent a4e932c commit 0fc42a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clang/lib/Sema/HLSLExternalSemaSource.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -257,9 +257,9 @@ struct BuiltinTypeDeclBuilder {
257257
lookupBuiltinFunction(AST, S, "__builtin_hlsl_resource_getpointer");
258258
// TODO: Map to an hlsl_device address space.
259259
QualType ElemPtrTy = AST.getPointerType(ElemTy);
260-
Expr *Call = CallExpr::Create(AST, Builtin, {HandleExpr, IndexExpr},
261-
ElemPtrTy, VK_PRValue,
262-
SourceLocation(), FPOptionsOverride());
260+
Expr *Call =
261+
CallExpr::Create(AST, Builtin, {HandleExpr, IndexExpr}, ElemPtrTy,
262+
VK_PRValue, SourceLocation(), FPOptionsOverride());
263263
Expr *Deref = UnaryOperator::Create(
264264
AST, Call, UO_Deref, ElemTy, VK_PRValue, OK_Ordinary, SourceLocation(),
265265
/*CanOverflow=*/false, FPOptionsOverride());

0 commit comments

Comments
 (0)