diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-03-24 02:38:23 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-03-24 02:38:23 +0000 |
commit | bf1fe8c36c9cba6782990bd291220c92cfa5a82c (patch) | |
tree | 4532162f8ae58d574e53deb6b1d5e67f1572cd33 /clang/lib/CodeGen/CodeGenFunction.h | |
parent | a45cf5b6b0790e829ad47cf946c149d8f1007324 (diff) | |
download | bcm5719-llvm-bf1fe8c36c9cba6782990bd291220c92cfa5a82c.tar.gz bcm5719-llvm-bf1fe8c36c9cba6782990bd291220c92cfa5a82c.zip |
Support member reference on ?: of struct type.
llvm-svn: 67603
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 9771c83d84c..acac86d8c2b 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/lib/CodeGen/CodeGenFunction.h @@ -608,6 +608,7 @@ public: LValue EmitExtVectorElementExpr(const ExtVectorElementExpr *E); LValue EmitMemberExpr(const MemberExpr *E); LValue EmitCompoundLiteralLValue(const CompoundLiteralExpr *E); + LValue EmitConditionalOperator(const ConditionalOperator *E); LValue EmitCastLValue(const CastExpr *E); llvm::Value *EmitIvarOffset(ObjCInterfaceDecl *Interface, |