diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2009-12-09 23:35:29 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2009-12-09 23:35:29 +0000 |
commit | 531c16f9fb040950ff068d8237e656bf12e3d070 (patch) | |
tree | 6f5110da14a53d0c51eaedc093ed4d481337f36a /clang/lib/CodeGen/CodeGenFunction.h | |
parent | 25b20fc2ae8c08ee391b8b6a7f7856c2c275ead1 (diff) | |
download | bcm5719-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.h | 1 |
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); |