Skip to content

Commit 1fa442b

Browse files
author
Greg Roth
committed
clang-format
1 parent f4751fc commit 1fa442b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/lib/Sema/HLSLExternalSemaSource.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ void HLSLExternalSemaSource::defineHLSLMatrixAlias() {
493493
false, AST.getTrivialTypeSourceInfo(AST.IntTy));
494494
llvm::APInt RVal(AST.getIntWidth(AST.IntTy), 4);
495495
TemplateArgument RDefault(AST, llvm::APSInt(std::move(RVal)), AST.IntTy,
496-
/*IsDefaulted=*/true);
496+
/*IsDefaulted=*/true);
497497
RowsParam->setDefaultArgument(
498498
AST, SemaPtr->getTrivialTemplateArgumentLoc(RDefault, AST.IntTy,
499499
SourceLocation(), RowsParam));
@@ -505,7 +505,7 @@ void HLSLExternalSemaSource::defineHLSLMatrixAlias() {
505505
false, AST.getTrivialTypeSourceInfo(AST.IntTy));
506506
llvm::APInt CVal(AST.getIntWidth(AST.IntTy), 4);
507507
TemplateArgument CDefault(AST, llvm::APSInt(std::move(CVal)), AST.IntTy,
508-
/*IsDefaulted=*/true);
508+
/*IsDefaulted=*/true);
509509
ColsParam->setDefaultArgument(
510510
AST, SemaPtr->getTrivialTemplateArgumentLoc(CDefault, AST.IntTy,
511511
SourceLocation(), ColsParam));

0 commit comments

Comments
 (0)