summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorFariborz Jahanian <fjahanian@apple.com>2009-12-09 23:35:29 +0000
committerFariborz Jahanian <fjahanian@apple.com>2009-12-09 23:35:29 +0000
commit531c16f9fb040950ff068d8237e656bf12e3d070 (patch)
tree6f5110da14a53d0c51eaedc093ed4d481337f36a /clang/lib/CodeGen/CodeGenFunction.h
parent25b20fc2ae8c08ee391b8b6a7f7856c2c275ead1 (diff)
downloadbcm5719-llvm-531c16f9fb040950ff068d8237e656bf12e3d070.tar.gz
bcm5719-llvm-531c16f9fb040950ff068d8237e656bf12e3d070.zip
Code gen for ObjCIsaExpr AST used as lvalue.
(fixes radar 7457534). llvm-svn: 90995
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r--clang/lib/CodeGen/CodeGenFunction.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h
index 70d598dc0e9..30cc5d9cbf2 100644
--- a/clang/lib/CodeGen/CodeGenFunction.h
+++ b/clang/lib/CodeGen/CodeGenFunction.h
@@ -971,6 +971,7 @@ public:
LValue EmitArraySubscriptExpr(const ArraySubscriptExpr *E);
LValue EmitExtVectorElementExpr(const ExtVectorElementExpr *E);
LValue EmitMemberExpr(const MemberExpr *E);
+ LValue EmitObjCIsaExpr(const ObjCIsaExpr *E);
LValue EmitCompoundLiteralLValue(const CompoundLiteralExpr *E);
LValue EmitConditionalOperatorLValue(const ConditionalOperator *E);
LValue EmitCastLValue(const CastExpr *E);
OpenPOWER on IntegriCloud