From 4b08db7a626c8c947503ea1e3dbeb012139a50ce Mon Sep 17 00:00:00 2001 From: Anders Carlsson Date: Fri, 30 Oct 2009 01:42:31 +0000 Subject: Add CGException.cpp, to be used for exception related code generation. llvm-svn: 85560 --- clang/lib/CodeGen/CodeGenFunction.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'clang/lib/CodeGen/CodeGenFunction.h') diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h index e4ae77e35bc..c4b8945ce3e 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/lib/CodeGen/CodeGenFunction.h @@ -1014,6 +1014,8 @@ public: bool IsAggLocVolatile = false, bool IsInitializer = false); + void EmitCXXThrowExpr(const CXXThrowExpr *E); + //===--------------------------------------------------------------------===// // Internal Helpers //===--------------------------------------------------------------------===// -- cgit v1.2.3