Skip to content

Commit e3c76a4

Browse files
Update clang/include/clang/AST/ExprCXX.h
Co-authored-by: Hubert Tong <[email protected]>
1 parent f852125 commit e3c76a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/AST/ExprCXX.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5519,7 +5519,7 @@ class CXXReflectExpr : public Expr {
55195519

55205520
public:
55215521
static CXXReflectExpr *Create(ASTContext &C, SourceLocation OperatorLoc,
5522-
SourceLocation ArgLoc, QualType Operand);
5522+
SourceLocation OperandLoc, QualType Operand);
55235523

55245524
static CXXReflectExpr *Create(ASTContext &C, SourceLocation OperatorLoc,
55255525
SourceLocation OperandLoc, Decl *Operand);

0 commit comments

Comments
 (0)