Skip to content

Commit 8a0f646

Browse files
Update clang/lib/AST/ExprCXX.cpp
Co-authored-by: Hubert Tong <[email protected]>
1 parent 7450614 commit 8a0f646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/AST/ExprCXX.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1943,7 +1943,7 @@ CXXReflectExpr::CXXReflectExpr(const ASTContext &C, QualType T,
19431943
QualType Operand)
19441944
: Expr(CXXReflectExprClass, T, VK_PRValue, OK_Ordinary) {}
19451945

1946-
CXXReflectExpr::CXXReflectExpr(const ASTContext &C, QualType T, Decl *Arg)
1946+
CXXReflectExpr::CXXReflectExpr(const ASTContext &C, QualType T, Decl *Operand)
19471947
: Expr(CXXReflectExprClass, T, VK_PRValue, OK_Ordinary) {}
19481948

19491949
CXXReflectExpr::CXXReflectExpr(EmptyShell Empty)

0 commit comments

Comments
 (0)