Skip to content

Commit 7450614

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/lib/AST/ExprCXX.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1939,7 +1939,8 @@ TypeTraitExpr *TypeTraitExpr::CreateDeserialized(const ASTContext &C,
19391939
return new (Mem) TypeTraitExpr(EmptyShell(), IsStoredAsBool);
19401940
}
19411941

1942-
CXXReflectExpr::CXXReflectExpr(const ASTContext &C, QualType T, QualType Ty)
1942+
CXXReflectExpr::CXXReflectExpr(const ASTContext &C, QualType T,
1943+
QualType Operand)
19431944
: Expr(CXXReflectExprClass, T, VK_PRValue, OK_Ordinary) {}
19441945

19451946
CXXReflectExpr::CXXReflectExpr(const ASTContext &C, QualType T, Decl *Arg)

0 commit comments

Comments
 (0)