Skip to content

Commit f135dcc

Browse files
Update clang/lib/Sema/SemaExpr.cpp
Co-authored-by: Hubert Tong <[email protected]>
1 parent aa29b6c commit f135dcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/lib/Sema/SemaExpr.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17788,8 +17788,8 @@ ExprResult Sema::ActOnCXXReflectExpr(SourceLocation OpLoc,
1778817788
}
1778917789

1779017790
ExprResult Sema::ActOnCXXReflectExpr(SourceLocation OpLoc,
17791-
SourceLocation ArgLoc, Decl *D) {
17792-
return BuildCXXReflectExpr(OpLoc, ArgLoc, D);
17791+
SourceLocation OperandLoc, Decl *D) {
17792+
return BuildCXXReflectExpr(OpLoc, OperandLoc, D);
1779317793
}
1779417794

1779517795
ExprResult Sema::BuildCXXReflectExpr(SourceLocation OperatorLoc,

0 commit comments

Comments
 (0)