diff options
author | Anders Carlsson <andersca@mac.com> | 2009-10-30 01:42:31 +0000 |
---|---|---|
committer | Anders Carlsson <andersca@mac.com> | 2009-10-30 01:42:31 +0000 |
commit | 756b5c4f9d52642d87d1948bee58f97a4f795b24 (patch) | |
tree | 658d4ad8ce5a727a6772b011e6d0facede7c6d11 /lib/CodeGen/CodeGenFunction.h | |
parent | 731f7f95836f6f80a10ceae3027a7237ce443f33 (diff) |
Add CGException.cpp, to be used for exception related code generation.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@85560 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | lib/CodeGen/CodeGenFunction.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h index e4ae77e35b..c4b8945ce3 100644 --- a/lib/CodeGen/CodeGenFunction.h +++ b/lib/CodeGen/CodeGenFunction.h @@ -1014,6 +1014,8 @@ public: bool IsAggLocVolatile = false, bool IsInitializer = false); + void EmitCXXThrowExpr(const CXXThrowExpr *E); + //===--------------------------------------------------------------------===// // Internal Helpers //===--------------------------------------------------------------------===// |