-Wnon-virtual-dtor!
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@132619
91177308-0d34-0410-b5e6-
96231b3b80d8
/// \brief Build an empty __builtin_astype
explicit AsTypeExpr(EmptyShell Empty) : Expr(AsTypeExprClass, Empty) {}
- ~AsTypeExpr() { }
-
/// getSrcExpr - Return the Expr to be converted.
Expr *getSrcExpr() const { return SrcExpr; }
QualType getDstType() const { return DstType; }
- virtual SourceRange getSourceRange() const {
+ SourceRange getSourceRange() const {
return SourceRange(BuiltinLoc, RParenLoc);
}