Skip to content

Commit 74150d7

Browse files
Update clang/include/clang/AST/ExprCXX.h
Co-authored-by: Sirraide <[email protected]>
1 parent d0d0ab7 commit 74150d7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

clang/include/clang/AST/ExprCXX.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5530,9 +5530,6 @@ class CXXReflectExpr : public Expr {
55305530
SourceLocation getEndLoc() const LLVM_READONLY {
55315531
return OperandRange.getEnd();
55325532
}
5533-
SourceRange getSourceRange() const {
5534-
return SourceRange(getBeginLoc(), getEndLoc());
5535-
}
55365533

55375534
/// Returns location of the '^^'-operator.
55385535
SourceLocation getOperatorLoc() const { return OperatorLoc; }

0 commit comments

Comments
 (0)