Skip to content

Commit aa29b6c

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/lib/AST/ExprCXX.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1964,7 +1964,6 @@ CXXReflectExpr *CXXReflectExpr::Create(ASTContext &C,
19641964
SourceLocation OperandLoc,
19651965
Decl *Operand) {
19661966
CXXReflectExpr *E = new (C) CXXReflectExpr(C, C.VoidTy, Operand);
1967-
19681967
E->setOperatorLoc(OperatorLoc);
19691968
E->setOperandRange(OperandLoc);
19701969
return E;

0 commit comments

Comments
 (0)