Skip to content

Commit f852125

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/include/clang/AST/ExprCXX.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5513,8 +5513,8 @@ class CXXReflectExpr : public Expr {
55135513
SourceLocation OperatorLoc;
55145514
SourceRange OperandRange;
55155515

5516-
CXXReflectExpr(const ASTContext &C, QualType T, QualType Ty);
5517-
CXXReflectExpr(const ASTContext &C, QualType T, Decl *Arg);
5516+
CXXReflectExpr(const ASTContext &C, QualType T, QualType Operand);
5517+
CXXReflectExpr(const ASTContext &C, QualType T, Decl *Operand);
55185518
CXXReflectExpr(EmptyShell Empty);
55195519

55205520
public:

0 commit comments

Comments
 (0)