forked from OSchip/llvm-project
parent
a5fee26d28
commit
f16b8c30d9
|
@ -120,7 +120,7 @@ public:
|
||||||
void EmitInitializationToLValue(Expr *E, LValue Address);
|
void EmitInitializationToLValue(Expr *E, LValue Address);
|
||||||
void EmitNullInitializationToLValue(LValue Address, QualType T);
|
void EmitNullInitializationToLValue(LValue Address, QualType T);
|
||||||
// case Expr::ChooseExprClass:
|
// case Expr::ChooseExprClass:
|
||||||
|
void VisitCXXThrowExpr(const CXXThrowExpr *E) { CGF.EmitCXXThrowExpr(E); }
|
||||||
};
|
};
|
||||||
} // end anonymous namespace.
|
} // end anonymous namespace.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue