Skip to content

Commit 1090c93

Browse files
committed
fixup: clang-format
1 parent 1498d1d commit 1090c93

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
@@ -238,9 +238,9 @@ struct BuiltinTypeDeclBuilder {
238238

239239
// TODO: Map to an hlsl_device address space.
240240
QualType ElemPtrTy = AST.getPointerType(ElemTy);
241-
Expr *Call = CallExpr::Create(AST, Builtin, {HandleExpr, IndexExpr},
242-
ElemPtrTy, VK_PRValue,
243-
SourceLocation(), FPOptionsOverride());
241+
Expr *Call =
242+
CallExpr::Create(AST, Builtin, {HandleExpr, IndexExpr}, ElemPtrTy,
243+
VK_PRValue, SourceLocation(), FPOptionsOverride());
244244
Expr *Deref = UnaryOperator::Create(
245245
AST, Call, UO_Deref, ElemTy, VK_PRValue, OK_Ordinary, SourceLocation(),
246246
/*CanOverflow=*/false, FPOptionsOverride());

0 commit comments

Comments
 (0)