diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2009-10-20 23:29:04 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2009-10-20 23:29:04 +0000 |
commit | e4d94cee052344e9d292b6567f5d7e019fc10fc2 (patch) | |
tree | f369a01333c6d68431a95e4207246ea26635f5ec /clang/lib/CodeGen/CodeGenFunction.h | |
parent | b68b028a02cb0afd7ede5691d045795e8826a2b8 (diff) | |
download | bcm5719-llvm-e4d94cee052344e9d292b6567f5d7e019fc10fc2.tar.gz bcm5719-llvm-e4d94cee052344e9d292b6567f5d7e019fc10fc2.zip |
Code-gen for CXXZeroInitValueExpr AST passed
as argument to a function call. Removes a FIXME.
llvm-svn: 84694
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | clang/lib/CodeGen/CodeGenFunction.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h index 3048257d2ce..a32a7eabad6 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/lib/CodeGen/CodeGenFunction.h @@ -817,7 +817,8 @@ public: LValue EmitCompoundLiteralLValue(const CompoundLiteralExpr *E); LValue EmitConditionalOperatorLValue(const ConditionalOperator *E); LValue EmitCastLValue(const CastExpr *E); - + LValue EmitNullInitializationLValue(const CXXZeroInitValueExpr *E); + llvm::Value *EmitIvarOffset(const ObjCInterfaceDecl *Interface, const ObjCIvarDecl *Ivar); LValue EmitLValueForField(llvm::Value* Base, FieldDecl* Field, |