diff options
author | Anders Carlsson <andersca@mac.com> | 2009-05-30 23:30:54 +0000 |
---|---|---|
committer | Anders Carlsson <andersca@mac.com> | 2009-05-30 23:30:54 +0000 |
commit | e61c9e80a108b5db7e5f0e702f0e455d737c6390 (patch) | |
tree | 2e159ec361951ff88aa7101c7ff13574df728f35 /lib/CodeGen/CodeGenFunction.h | |
parent | b58d017f2b9eeed33f2ab3ede968b89cf5296bf2 (diff) |
Add lvalue irgen support for CXXBindTemporaryExpr.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72649 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | lib/CodeGen/CodeGenFunction.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h index 4411348a58..939b8f8e9b 100644 --- a/lib/CodeGen/CodeGenFunction.h +++ b/lib/CodeGen/CodeGenFunction.h @@ -654,6 +654,7 @@ public: LValue EmitCXXConditionDeclLValue(const CXXConditionDeclExpr *E); LValue EmitCXXConstructLValue(const CXXConstructExpr *E); + LValue EmitCXXBindTemporaryLValue(const CXXBindTemporaryExpr *E); LValue EmitObjCMessageExprLValue(const ObjCMessageExpr *E); LValue EmitObjCIvarRefLValue(const ObjCIvarRefExpr *E); |