summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorFariborz Jahanian <fjahanian@apple.com>2008-11-20 18:10:58 +0000
committerFariborz Jahanian <fjahanian@apple.com>2008-11-20 18:10:58 +0000
commitd4081c697a54d2be237261219f40ee19bdbf2897 (patch)
tree1608706258fe3a8a5de1f3d1fd741f5060ca0539 /clang/lib/CodeGen/CodeGenFunction.h
parent10b941284a9a94932f21106709ba21090a47879f (diff)
downloadbcm5719-llvm-d4081c697a54d2be237261219f40ee19bdbf2897.tar.gz
bcm5719-llvm-d4081c697a54d2be237261219f40ee19bdbf2897.zip
Added a test case for __weak field decls. Change SetVarDeclObjCAttribute
to static function. Added comments. llvm-svn: 59738
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r--clang/lib/CodeGen/CodeGenFunction.h2
1 files changed, 0 insertions, 2 deletions
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);
OpenPOWER on IntegriCloud