From d4081c697a54d2be237261219f40ee19bdbf2897 Mon Sep 17 00:00:00 2001 From: Fariborz Jahanian Date: Thu, 20 Nov 2008 18:10:58 +0000 Subject: Added a test case for __weak field decls. Change SetVarDeclObjCAttribute to static function. Added comments. llvm-svn: 59738 --- clang/lib/CodeGen/CodeGenFunction.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'clang/lib/CodeGen/CodeGenFunction.h') diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h index 1da4e195ba8..85c500b95e2 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/lib/CodeGen/CodeGenFunction.h @@ -462,8 +462,6 @@ public: LValue EmitBinaryOperatorLValue(const BinaryOperator *E); // Note: only availabe for agg return types LValue EmitCallExprLValue(const CallExpr *E); - void SetVarDeclObjCAttribute(const VarDecl *VD, const QualType &Ty, - LValue &LV); LValue EmitDeclRefLValue(const DeclRefExpr *E); LValue EmitStringLiteralLValue(const StringLiteral *E); LValue EmitPredefinedFunctionName(unsigned Type); -- cgit v1.2.3